(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: osl ::

class FileStatus


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
The FileStatus class.
See Also
DirectoryItem::getFileStatus
File
file.hxx

Public Members

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.

Private Members

Methods


FileStatus( FileStatus & );
Copy constructor.
FileStatus &
operator=( FileStatus & );
Assignment operator.

Data

oslFileStatus _aStatus;
sal_uInt32 _nMask;

Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.