The BasicCardFile type exposes the following members.

Constructors

  NameDescription
Protected methodBasicCardFile(BasicCardFile)
Copy constructor.
Public methodBasicCardFile(String, BasicCardDirectory, BasicCardFileIO)
Constructs a BasicCardFile object.

Methods

  NameDescription
Public methodClone
Clone this object.
(Inherited from BasicCardFileSystemObject.)
Public methodClose
Close this file.
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
Open this file.
Public methodRefresh
Refresh.
(Overrides BasicCardFileSystemObject..::..Refresh()()()().)
Public methodRemove
Remove the file.
(Overrides BasicCardFileSystemObject..::..Remove()()()().)
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 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.
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.

See Also