Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
virtual | abstract | interface | template |
NO | NO | NO | NO |
Enums |
|
Type |
Methods |
|
FileStatus( sal_uInt32 nMask ); |
Constructor. |
~FileStatus( ); |
Destructor. |
sal_Bool isValid( sal_uInt32 nMask ) const; |
Check if specified fields are valid. |
Type getFileType( ) const; |
Get the file type. |
sal_uInt64 getAttributes( ) const; |
Get the file attributes. |
TimeValue getCreationTime( ) const; |
Get the creation time of this file. |
TimeValue getAccessTime( ) const; |
Get the file access time. |
TimeValue getModifyTime( ) const; |
Get the file modification time. |
sal_uInt64 getFileSize( ) const; |
Get the size of the file. |
::rtl::OUString getFileName( ) const; |
Get the file name. |
::rtl::OUString getFileURL( ) const; |
Get the URL of the file. |
::rtl::OUString getLinkTargetURL( ) const; |
Get the link target URL. |
Methods |
|
FileStatus( FileStatus & ); |
Copy constructor. |
FileStatus & operator=( FileStatus & ); |
Assignment operator. |
Data |
|
oslFileStatus _aStatus; | |
sal_uInt32 _nMask; |
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.