|  | FileStorage Methods | 
The FileStorage type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateFile | 
            Create an empty file in the file storage
             | 
|  | DeleteFile | 
            Deletes a file from the file storage
             | 
|  | Dispose | |
|  | Equals | (Inherited from Object.) | 
|  | GetAvailableStorage | 
            Returns available storage space.
             | 
|  | GetFileSize | 
            Returns the file size in bytes.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ReadFile | 
            Read a file from the file storage
             | 
|  | ToString | (Inherited from Object.) | 
|  | WriteFile | 
            Writes content to a storage file.
            Content must be plain string without \r \n chars.
             | 
 See Also
See Also