The BasicCardFileSystemObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicCardFileSystemObject(BasicCardFileSystemObject) |
Copy constructor.
|
![]() | BasicCardFileSystemObject(String, BasicCardDirectory, BasicCardFileIO) |
Constructs a file system object.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | AppendSeparatorChar |
Append separatorChar if not already last character of string name.
|
![]() | Clone |
Clone this object.
|
![]() ![]() | Concat |
Concatenate path and name separated by separatorChar.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Refresh |
Causes the object to reread file attribs and other information from the card when
needed next time. Otherwise it will reuse information from previous calls.
|
![]() | Remove |
Remove the file or directory.
|
![]() | Rename |
Rename the file or directory.
|
![]() | SetCustomLock |
Set a custom lock for this file or directory.
|
![]() | SetReadLock |
Set a read lock for this file or directory.
|
![]() | SetReadWriteLock |
Set a read/write lock for this file or directory.
|
![]() | SetWriteLock |
Set a write lock for this file or directory.
|
![]() | SplitPath()()()() |
Return the splited file name in its path parts by splitting with SeparatorChar.
Returning an array of Strings.
|
![]() ![]() | SplitPath(String) |
Split the file name in its path parts by tokenizing with sparatorChar.
Returning an array of Strings.
|
![]() | ToString |
ToString method.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | AbsolutFilename |
Absolut file name including path from root.
|
![]() | Exists |
Check if file/directory exists. True if it exists, otherwise false.
|
![]() | Filename |
The file name.
|
![]() | IsDirectory |
Check if object is an existing directory. True if directory otherwise false.
|
![]() | IsFile |
Check if object is an existing file. True if file otherwise false.
|
![]() | IsRootDirectory |
Check if this is the root directory. True if root directory, otherwise false.
|
![]() | LockInfo |
File lock information.
|
![]() | Parent |
Parent directory of this file system object.
|
![]() ![]() | SeparatorChar |
The separator character to separate names within file path. This is \ for
BasicCard.
|
![]() ![]() | SeparatorCharString |
The separator character to separate names within file path as string type.
This is equal to "\" for BasicCard.
|