The BasicCardDirectory type exposes the following members.

Methods

  NameDescription
Public methodChildName
Create a child name based on this directory object.
Public methodClone
Clone this object.
(Inherited from BasicCardFileSystemObject.)
Public methodCreate
Create this directory.
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 methodGetBinaryFile
Get a binary file object for a file located in this directory.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSubDirectory
Get a sub directory object located within this directory.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodList()()()()
Public methodList(String)
Public methodListNames()()()()
Public methodListNames(String)
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.
(Inherited from BasicCardFileSystemObject.)
Public methodRemove
Remove directory from card.
(Overrides BasicCardFileSystemObject..::..Remove()()()().)
Public methodRename
Rename the file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodStatic memberRootDirectory
Get BasicCardDirectory object for root directory on BasicCard.
Public methodSetCurrentDirectory
Make this directory current directory on BasicCard.
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.)

See Also