Click or drag to resize
FileStorage Methods

The FileStorage type exposes the following members.

Methods
  NameDescription
Public methodCreateFile
Create an empty file in the file storage
Public methodDeleteFile
Deletes a file from the file storage
Public methodDispose
Public methodEquals (Inherited from Object.)
Public methodGetAvailableStorage
Returns available storage space.
Public methodGetFileSize
Returns the file size in bytes.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodReadFile
Read a file from the file storage
Public methodToString (Inherited from Object.)
Public methodWriteFile
Writes content to a storage file. Content must be plain string without \r \n chars.
Top
See Also