The BasicCardDirectory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicCardDirectory(BasicCardDirectory) |
Copy constructor.
|
![]() | BasicCardDirectory(String, BasicCardDirectory) |
Constructs a BasicCardDirectory object.
|
![]() | BasicCardDirectory(String, BasicCardDirectory, BasicCardFileIO) |
Constructs a BasicCardDirectory object.
|
Methods
Name | Description | |
---|---|---|
![]() | ChildName |
Create a child name based on this directory object.
|
![]() | Clone |
Clone this object.
(Inherited from BasicCardFileSystemObject.) |
![]() | Create |
Create this directory.
|
![]() | 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.) |
![]() | GetBinaryFile |
Get a binary file object for a file located in this directory.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSubDirectory |
Get a sub directory object located within this directory.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | List()()()() | |
![]() | List(String) | |
![]() | ListNames()()()() | |
![]() | ListNames(String) | |
![]() | 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.
(Inherited from BasicCardFileSystemObject.) |
![]() | Remove |
Remove directory from card.
(Overrides BasicCardFileSystemObject..::..Remove()()()().) |
![]() | Rename |
Rename the file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() ![]() | RootDirectory |
Get BasicCardDirectory object for root directory on BasicCard.
|
![]() | SetCurrentDirectory |
Make this directory current directory on BasicCard.
|
![]() | SetCustomLock |
Set a custom lock for this file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() | SetReadLock |
Set a read lock for this file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() | SetReadWriteLock |
Set a read/write lock for this file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() | SetWriteLock |
Set a write lock for this file or directory.
(Inherited from BasicCardFileSystemObject.) |
![]() | SplitPath()()()() |
Return the splited file name in its path parts by splitting with SeparatorChar.
Returning an array of Strings.
(Inherited from BasicCardFileSystemObject.) |
![]() | ToString |
ToString method.
(Inherited from BasicCardFileSystemObject.) |
Properties
Name | Description | |
---|---|---|
![]() | AbsolutFilename |
Absolut file name including path from root.
(Inherited from BasicCardFileSystemObject.) |
![]() | Exists |
Check if file/directory exists. True if it exists, otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | Filename |
The file name.
(Inherited from BasicCardFileSystemObject.) |
![]() | IsDirectory |
Check if object is an existing directory. True if directory otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | IsFile |
Check if object is an existing file. True if file otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | IsRootDirectory |
Check if this is the root directory. True if root directory, otherwise false.
(Inherited from BasicCardFileSystemObject.) |
![]() | LockInfo |
File lock information.
(Inherited from BasicCardFileSystemObject.) |
![]() | Parent |
Parent directory of this file system object.
(Inherited from BasicCardFileSystemObject.) |