IStorageItem Interface
Manipulates storage items (files and folders) and their contents, and provides information about them
Namespace: Avalonia.Platform.StorageAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IStorageItem : IDisposable
<NotClientImplementableAttribute>
Public Interface IStorageItem
Inherits IDisposable
[<NotClientImplementableAttribute>]
type IStorageItem =
interface
interface IDisposable
end
- Implements
- IDisposable
This interface inherits
IDisposable . It's recommended to dispose
IStorageItem when it's not used anymore.
| CanBookmark |
Returns true is item can be bookmarked and reused later.
|
| Name |
Gets the name of the item including the file name extension if there is one.
|
| Path |
Gets the file-system path of the item.
|