The BasicCardFileSystemObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AbsolutFilename |
Absolut file name including path from root.
|
![]() | Exists |
Check if file/directory exists. True if it exists, otherwise false.
|
![]() | Filename |
The file name.
|
![]() | IsDirectory |
Check if object is an existing directory. True if directory otherwise false.
|
![]() | IsFile |
Check if object is an existing file. True if file otherwise false.
|
![]() | IsRootDirectory |
Check if this is the root directory. True if root directory, otherwise false.
|
![]() | LockInfo |
File lock information.
|
![]() | Parent |
Parent directory of this file system object.
|
![]() ![]() | SeparatorChar |
The separator character to separate names within file path. This is \ for
BasicCard.
|
![]() ![]() | SeparatorCharString |
The separator character to separate names within file path as string type.
This is equal to "\" for BasicCard.
|