fileinfo - Type definition for file information structure

Prototype

typedef struct {
int            FilePos;
int            AllocatedSize;
int            ClusterChains;
int            VolumeSerialNumber;
char           FullName[255];
}fileinfo;

Arguments

FilePos

This value contains the current file pointer.

AllocatedSize

This value contains the currently allocated file size.

ClusterChains

This value indicates how many separate cluster chains are allocated for the file.

VolumeSerialNumber

This value holds the serial number of the volume the file resides on.

FullName

This value contains a copy of the complete path name of the file. This field is valid only while the file is open.

Description

The fileinfo structure contains information for files in the file system.

See Also

xPCFSFileInfo

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS