示例#1
0
 /// <summary>
 /// Gets the root of the file system. This is a dummy folder, which
 /// represents the file system as a whole, and provides the top level contents
 /// of the underlying file system as files and folders.
 /// </summary>
 public override VirtualFolderInfo GetFileSystemRoot()
 {
     return(SecureFunc(FileSystemTask.RootFolderInfoRequest, () => OperationService.GetFileSystemRoot(),
                       () => "An error occurred while retrieving the file system root"));
 }