The BasicCardFileSystemObject type exposes the following members.

Methods

  NameDescription
Protected methodStatic memberAppendSeparatorChar
Append separatorChar if not already last character of string name.
Public methodClone
Clone this object.
Protected methodStatic memberConcat
Concatenate path and name separated by separatorChar.
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.)
Public methodRefresh
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.
Public methodRemove
Remove the file or directory.
Public methodRename
Rename the file or directory.
Public methodSetCustomLock
Set a custom lock for this file or directory.
Public methodSetReadLock
Set a read lock for this file or directory.
Public methodSetReadWriteLock
Set a read/write lock for this file or directory.
Public methodSetWriteLock
Set a write lock for this file or directory.
Public methodSplitPath()()()()
Return the splited file name in its path parts by splitting with SeparatorChar. Returning an array of Strings.
Public methodStatic memberSplitPath(String)
Split the file name in its path parts by tokenizing with sparatorChar. Returning an array of Strings.
Public methodToString
ToString method.
(Overrides Object..::..ToString()()()().)

See Also