DiskFile Objects
These are instanciable objects created by dimensioning an
object variable of type 'DiskFile', eg.:
DIM f AS DiskFile
A disk file is an object which represents a file on disk.
The properties and methods of the disk file object are as
follows:
Archive
Date
Exists
FileName
Hidden
Name
ReadOnly
Size
Subdirectory
System
Time
VolID
For more information about DiskFile objects, see the online
help and the example programs.
|