The BasicCardFileSystemObject type exposes the following members.
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()()()().) |