| Contents | Index |
typedef struct {
int FilePos;
int AllocatedSize;
int ClusterChains;
int VolumeSerialNumber;
char FullName[255];
}fileinfo;
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. |
The fileinfo structure contains information for files in the file system.

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |