The BasicCardBinaryFile 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 propertyIO
Get reference to BasicCardFileIo object, e.g. to use a different charset.
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 propertyIsOpen
Check if file object is open. True if open, otherwise false.
(Inherited from BasicCardFile.)
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.)
Public propertySize
Get file size.
(Inherited from BasicCardFile.)
Public propertyStream
Get stream object. If file was not opened null is returned.

See Also