Data of Class _oslFileStatus
- uStructSize
- sal_uInt32 uStructSize;
- Summary
- Must be initialized with the size in bytes of the structure before passing it to any function
- uValidFields
- sal_uInt32 uValidFields;
- Summary
- Determines which members of the structure contain valid data
- eType
- oslFileType eType;
- Summary
- The type of the file (file, directory, volume).
- uAttributes
- sal_uInt64 uAttributes;
- Summary
- File attributes
- aCreationTime
- TimeValue aCreationTime;
- Summary
- First creation time in nanoseconds since 1/1/1970. Can be the last modify time depending on
platform or file system.
- aAccessTime
- TimeValue aAccessTime;
- Summary
- Last access time in nanoseconds since 1/1/1970. Can be the last modify time depending on
platform or file system.
- aModifyTime
- TimeValue aModifyTime;
- Summary
- Last modify time in nanoseconds since 1/1/1970.
- uFileSize
- sal_uInt64 uFileSize;
- Summary
- Size in bytes of the file. Zero for directories and volumes.
- ustrFileName
- rtl_uString * ustrFileName;
- Summary
- Case correct name of the file. Should be set to zero before calling
osl_getFileStatus
and released after usage.
- ustrFileURL
- rtl_uString * ustrFileURL;
- Summary
- Full URL of the file. Should be set to zero before calling
osl_getFileStatus
and released after usage.
- ustrLinkTargetURL
- rtl_uString * ustrLinkTargetURL;
- Summary
- Full URL of the target file if the file itself is a link.
Should be set to zero before calling
osl_getFileStatus
and released after usage.
Top of Page
Copyright © 2000, 2015 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.