The BasicCardFileIO type exposes the following members.

Methods

  NameDescription
Public methodChangeCurrentDirectory
Change current directory on a BasicCard.
Public methodCloseAllFiles
Close all open files.
Public methodCloseFile
Close a file.
Public methodDeleteFile
Delete a file.
Public methodEof
Check for end of file.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFileGet
Get bytes from file at current position. This requires the file to be opened with ModeBinary or ModeRandom.
Public methodFileGetPos
Get bytes from file at given position. This requires the file to be opened with ModeBinary or ModeRandom.
Public methodFilePut
Write (put) to file at current position. This requires the file to be opened with ModeBinary or ModeRandom.
Public methodFilePutPos
Write (put) to file at given position. This requires the file to be opened with ModeBinary or ModeRandom.
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 methodFindFileCount
Count all files/directories matching a search pattern.
Public methodFindFileGet
Get a certain file/directory name for search pattern.
Public methodFindFiles
Find files/directories matching a search pattern. This combines FindFileCount and FindFileGet.
Public methodGetCurrentDirectory
Get current directory of BasicCard.
Public methodGetFileAttrib
Get file/directory attribute.
Public methodGetFileLength
Get file length.
Public methodGetFilePosition
Get file position.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLockInfo
Get file/directory lock information.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeDirectory
Create a directory on a BasicCard.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpenFile
Open/create a file.
Public methodRemoveDirectory
Remove a directory on a BasicCard.
Public methodRenameFile
Move or rename a file or directory.
Public methodSetCustomLock
Set a custom lock for a file or directory.
Public methodSetFilePosition
Set file position.
Public methodSetReadLock
Set or unset a read lock for a file or directory.
Public methodSetReadWriteLock
Set or unset a read/write lock for a file or directory.
Public methodSetWriteLock
Set or unset a write lock for a file or directory.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also