The BasicCardBinaryFile type exposes the following members.

Constructors

Methods

  NameDescription
Public methodClone
Clone this object.
(Inherited from BasicCardFileSystemObject.)
Public methodClose
Close this file.
(Overrides BasicCardFile..::..Close()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOpen(BasicCardFileOpenMode, Int32)
Open this file.
(Inherited from BasicCardFile.)
Public methodOpen(Boolean, Boolean, Boolean, Boolean)
Open this file in binary mode.
Public methodRefresh
Refresh.
(Inherited from BasicCardFile.)
Public methodRemove
Remove the file.
(Inherited from BasicCardFile.)
Public methodRename
Rename the file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSetCustomLock
Set a custom lock for this file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSetReadLock
Set a read lock for this file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSetReadWriteLock
Set a read/write lock for this file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSetWriteLock
Set a write lock for this file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSplitPath()()()()
Return the splited file name in its path parts by splitting with SeparatorChar. Returning an array of Strings.
(Inherited from BasicCardFileSystemObject.)
Public methodToString
ToString method.
(Inherited from BasicCardFileSystemObject.)

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