The BasicCardFileIO type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicCardFileIO |
Construct a BasicCardFileIo object.
|
Methods
Name | Description | |
---|---|---|
![]() | ChangeCurrentDirectory |
Change current directory on a BasicCard.
|
![]() | CloseAllFiles |
Close all open files.
|
![]() | CloseFile |
Close a file.
|
![]() | DeleteFile |
Delete a file.
|
![]() | Eof |
Check for end of file.
|
![]() | Equals | (Inherited from Object.) |
![]() | FileGet |
Get bytes from file at current position. This requires the file to be opened
with ModeBinary or ModeRandom.
|
![]() | FileGetPos |
Get bytes from file at given position. This requires the file to be opened
with ModeBinary or ModeRandom.
|
![]() | FilePut |
Write (put) to file at current position. This requires the file to be opened
with ModeBinary or ModeRandom.
|
![]() | FilePutPos |
Write (put) to file at given position. This requires the file to be opened
with ModeBinary or ModeRandom.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindFileCount |
Count all files/directories matching a search pattern.
|
![]() | FindFileGet |
Get a certain file/directory name for search pattern.
|
![]() | FindFiles |
Find files/directories matching a search pattern. This combines FindFileCount
and FindFileGet.
|
![]() | GetCurrentDirectory |
Get current directory of BasicCard.
|
![]() | GetFileAttrib |
Get file/directory attribute.
|
![]() | GetFileLength |
Get file length.
|
![]() | GetFilePosition |
Get file position.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLockInfo |
Get file/directory lock information.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MakeDirectory |
Create a directory on a BasicCard.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OpenFile |
Open/create a file.
|
![]() | RemoveDirectory |
Remove a directory on a BasicCard.
|
![]() | RenameFile |
Move or rename a file or directory.
|
![]() | SetCustomLock |
Set a custom lock for a file or directory.
|
![]() | SetFilePosition |
Set file position.
|
![]() | SetReadLock |
Set or unset a read lock for a file or directory.
|
![]() | SetReadWriteLock |
Set or unset a read/write lock for a file or directory.
|
![]() | SetWriteLock |
Set or unset a write lock for a file or directory.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | NamespaceCharset |
Charset used for file name conversion between BasicCard and .Net.
|