This example demonstrates how to display virtual names for folders and files in the File Manager control. Users can access and manage folders and files by these virtual names.
This example implements a custom file system provider that transforms actual names of files and folders to virtual names and vice versa. The foldersToShow
variable stores actual and virtual folder names. The filesToShow
variable stores actual and virtual file names. Instead of variables, you can use another custom storage (for instance, a database).
- CustomPhysicalFileSystemProvider.cs (VB: CustomPhysicalFileSystemProvider.vb)
- Default.aspx (VB: Default.aspx)
- Default.aspx.cs (VB: Default.aspx.vb)
- How to implement a custom file system provider for a List data source
- How to implement a custom file system provider for LINQ to SQL data source
(you will be redirected to DevExpress.com to submit your response)