The BasicCardDirectory type exposes the following members.

Properties

  NameDescription
Public propertyAbsolutFilename
Absolut file name including path from root.
(Inherited from BasicCardFileSystemObject.)
Public propertyExists
Check if file/directory exists. True if it exists, otherwise false.
(Inherited from BasicCardFileSystemObject.)
Public propertyFilename
The file name.
(Inherited from BasicCardFileSystemObject.)
Public propertyIsDirectory
Check if object is an existing directory. True if directory otherwise false.
(Inherited from BasicCardFileSystemObject.)
Public propertyIsFile
Check if object is an existing file. True if file otherwise false.
(Inherited from BasicCardFileSystemObject.)
Public propertyIsRootDirectory
Check if this is the root directory. True if root directory, otherwise false.
(Inherited from BasicCardFileSystemObject.)
Public propertyLockInfo
File lock information.
(Inherited from BasicCardFileSystemObject.)
Public propertyParent
Parent directory of this file system object.
(Inherited from BasicCardFileSystemObject.)

See Also