Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
af5cc38c
Kaydet (Commit)
af5cc38c
authored
Mar 08, 2012
tarafından
Josh Heidenreich
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal file.hxx documentation
üst
b6435290
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
file.hxx
sal/inc/osl/file.hxx
+4
-0
No files found.
sal/inc/osl/file.hxx
Dosyayı görüntüle @
af5cc38c
...
@@ -739,6 +739,7 @@ public:
...
@@ -739,6 +739,7 @@ public:
@see getFileType
@see getFileType
@see isRegular
@see isRegular
@see isLink
@see isLink
@since 3.6
*/
*/
inline
sal_Bool
isFile
()
const
inline
sal_Bool
isFile
()
const
{
{
...
@@ -752,6 +753,7 @@ public:
...
@@ -752,6 +753,7 @@ public:
True if it's a directory, False otherwise.
True if it's a directory, False otherwise.
@see getFileType
@see getFileType
@since 3.6
*/
*/
inline
sal_Bool
isDirectory
()
const
inline
sal_Bool
isDirectory
()
const
{
{
...
@@ -766,6 +768,7 @@ public:
...
@@ -766,6 +768,7 @@ public:
@see getFileType
@see getFileType
@see isFile
@see isFile
@see isLink
@see isLink
@since 3.6
*/
*/
inline
sal_Bool
isRegular
()
const
inline
sal_Bool
isRegular
()
const
{
{
...
@@ -778,6 +781,7 @@ public:
...
@@ -778,6 +781,7 @@ public:
True if it's a link, False otherwise.
True if it's a link, False otherwise.
@see getFileType
@see getFileType
@since 3.6
*/
*/
inline
sal_Bool
isLink
()
const
inline
sal_Bool
isLink
()
const
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment