forked from files-community/Files
-
Notifications
You must be signed in to change notification settings - Fork 0
Storage Manager
0x5BFA edited this page Dec 21, 2024
·
3 revisions
If you don't know what type to target to convert, this is helpful. If no suitable type found, the method throws an InvalidOperationException.
// Definition
public IStorable ToStorable(this path);
// Usage
path.ToStorable();
// Definition
string ToPath(
this IWindowsStorable,
WindowsStorablePathConversionType type);
// Usage
storable.ToPath(
PathConversionType.Relative ||
PathConversionType.Parseable);
This documentation is not open for everyone. Do not copy.
Controls
- FolderBrowser
- DetailsFolderView
- GridFolderView
- ListFolderView
- TilesFolderView
- ContentFolderView
- ColumnsFolderView
- TreeFolderView
- GalleryFolderView
- HomeFolderView
- RectanglurSelectionVisual
- DataGrid
- SidebarView
- Omnibar
- Toolbar
- FilePreviewPresenter
- ColorTags
- RichTokens
- TerminalView
API
- WindowsStorable
- ArchiveStorable
- HomeStorable
- FtpStorable
- SftpStorable
- WebDAVStorable
Infrastructure
- CommandManager
- MultitaskingManager
- DialogManager
- AppSettings
- OperationServer
Copyright © 2025 0x5BFA. All rights reserved. Do not copy or redistribute modified versions.