The BasicCardFile type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AbsolutFilename |
Absolut file name including path from root.
(Inherited from BasicCardFileSystemObject.) |
![]() | Exists |
Check if file/directory exists. True if it exists, otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | Filename |
The file name.
(Inherited from BasicCardFileSystemObject.) |
![]() | IsDirectory |
Check if object is an existing directory. True if directory otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | IsFile |
Check if object is an existing file. True if file otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | IsOpen |
Check if file object is open. True if open, otherwise false.
|
![]() | IsRootDirectory |
Check if this is the root directory. True if root directory, otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | LockInfo |
File lock information.
(Inherited from BasicCardFileSystemObject.) |
![]() | Parent |
Parent directory of this file system object.
(Inherited from BasicCardFileSystemObject.) |
![]() | Size |
Get file size.
|