Jump to content

FSINFO: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 25: Line 25:
                 are not returned. The volume label is limited to a length of 11
                 are not returned. The volume label is limited to a length of 11
                 bytes.
                 bytes.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 16:43, 30 October 2011

FSINFO

Filesystem information data structure.

Type

FDATE        fdateCreation
FTIME        ftimeCreation
VOLUMELABEL  vol

C Declaration Method

typedef struct

Fields

fdateCreation  Creation date.
               Returns the date that the drive was created (formatted).
ftimeCreation  Creation time.
               Returns the time that the drive was created (formatted).
vol            Volume label.
               Trailing blanks are not considered part of the volume label and
               are not returned. The volume label is limited to a length of 11
               bytes.


Back to OS/2 API