Kaydet (Commit) af5cc38c authored tarafından Josh Heidenreich's avatar Josh Heidenreich

sal file.hxx documentation

üst b6435290
...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment