The BasicCardFileSystemObject type exposes the following members.

Properties

  NameDescription
Public propertyAbsolutFilename
Absolut file name including path from root.
Public propertyExists
Check if file/directory exists. True if it exists, otherwise false.
Public propertyFilename
The file name.
Public propertyIsDirectory
Check if object is an existing directory. True if directory otherwise false.
Public propertyIsFile
Check if object is an existing file. True if file otherwise false.
Public propertyIsRootDirectory
Check if this is the root directory. True if root directory, otherwise false.
Public propertyLockInfo
File lock information.
Public propertyParent
Parent directory of this file system object.
Public propertyStatic memberSeparatorChar
The separator character to separate names within file path. This is \ for BasicCard.
Public propertyStatic memberSeparatorCharString
The separator character to separate names within file path as string type. This is equal to "\" for BasicCard.

See Also