Click or drag to resize
GDStorageFolder Methods

The GDStorageFolder type exposes the following members.

Methods
  NameDescription
Public methodCode exampleCreateFileAsync(String)
Creates a new file with the specified name in the current folder.
Public methodCode exampleCreateFileAsync(String, CreationCollisionOption)
Creates a new file in the current folder. This method also specifies what to do if a file with the same name already exists in the current folder.
Public methodCode exampleCreateFolderAsync(String)
Creates a new subfolder with the specified name in the current folder.
Public methodCode exampleCreateFolderAsync(String, CreationCollisionOption)
Creates a new subfolder with the specified name in the current folder. This method also specifies what to do if a subfolder with the same name already exists in the current folder.
Public methodCode exampleDeleteAsync
Deletes the current folder.
Public methodCode exampleDeleteAsync(StorageDeleteOption)
Deletes the current folder.
Public methodEquals (Inherited from Object.)
Public methodGetBasicPropertiesAsync
Gets the basic properties of the current folder.
Public methodCode exampleGetFileAsync
Gets the specified file from the current folder.
Public methodCode exampleGetFilesAsync
Gets all the files from the current folder.
Public methodCode exampleGetFolderAsync
Gets the subfolder with the specified name from the current folder.
Public methodStatic memberCode exampleGetFolderFromPathAsync
Gets the folder that has the specified absolute path in the file system.
Public methodCode exampleGetFoldersAsync
Gets all the subfolders in the current folder.
Public methodGetHashCode (Inherited from Object.)
Public methodCode exampleGetItemAsync
Gets the file or folder with the specified name from the current folder.
Public methodCode exampleGetItemsAsync
Gets all the files and subfolders in the current folder.
Public methodGetParentAsync
Gets the parent folder of the current folder.
Public methodGetScaledImageAsThumbnailAsync(ThumbnailMode)
Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail.
Public methodGetScaledImageAsThumbnailAsync(ThumbnailMode, UInt32)
Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail.
Public methodGetScaledImageAsThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions)
Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail.
Public methodGetThumbnailAsync(ThumbnailMode)
Gets a thumbnail image for the current folder, sized for the specified purpose of the thumbnail.
Public methodGetThumbnailAsync(ThumbnailMode, UInt32)
Gets a thumbnail image for the current folder, sized for the specified purpose of the thumbnail.
Public methodGetThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions)
Gets a thumbnail image for the current folder, sized for the specified purpose of the thumbnail.
Public methodGetType (Inherited from Object.)
Public methodIsEqual
Indicates whether the current folder is equal to the specified folder.
Public methodIsOfType
Indicates whether the current GDStorageFolder matches the specified StorageItemTypes value.
Public methodRenameAsync(String)
Renames the current folder.
Public methodRenameAsync(String, NameCollisionOption)
Renames the current folder and specifies what to do if a folder with the same name already exists.
Public methodToString (Inherited from Object.)
Public methodCode exampleTryGetItemAsync
Tries to get the file or folder with the specified name from the current folder. Returns null instead of raising an exception if the specified file or folder is not found.
Top
See Also