Overview | Namespace | Class | Index | Help |
FileStatus & | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Copy constructor.
FileStatus & | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Assignment operator.
sal_uInt32 | nMask ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Constructor.
nMask | Set of flaggs decribing the demanded information. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Destructor.
sal_uInt32 | nMask ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
Check if specified fields are valid.
nMask | Set of flags for the fields to check. |
sal_True if all fields are valid else sal_False.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the file type.
The file type if this information is valid, Unknown otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the file attributes.
The set of attribute flags of this file.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the creation time of this file.
The creation time if this information is valid, an uninitialized TimeValue otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the file access time.
The last access time if this information is valid, an uninitialized TimeValue otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the file modification time.
The last modified time if this information is valid, an uninitialized TimeValue otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the size of the file.
The actual file size if this information is valid, 0 otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the file name.
The file name if this information is valid, an empty string otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the URL of the file.
The full qualified URL of the file if this information is valid, an empty string otherwise.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Get the link target URL.
The link target URL if this information is valid, an empty string otherwise.
Copyright © 2003 Sun Microsystems, Inc.