[Missing <summary> documentation for T:QS.Fx.Filesystem.IVirtualFolder]

C# | Visual Basic | Managed C++ |
public interface IVirtualFolder : IFolder, IFilesystemObject, IDisposable
Public Interface IVirtualFolder _ Implements IFolder, IFilesystemObject, IDisposable
public interface class IVirtualFolder : IFolder, IFilesystemObject, IDisposable

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | CreateFile(String) |
Create a file with the given name.
(Inherited from IFolder.) |
![]() | CreateFolder(String) |
Create a subfolder with the given name.
(Inherited from IFolder.) |
![]() | DeleteFile(String) |
Delete the file with the given name in this folder.
(Inherited from IFolder.) |
![]() | DeleteFolder(String) |
Delete the subfolder with the given name.
(Inherited from IFolder.) |
![]() | DeleteFolder(String, Boolean) |
Delete the subfolder with the given name and, optionally, all of its subfolders and files in it recursively.
(Inherited from IFolder.) |
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | FileExists(String) |
Test whether a file with the given name exists in the folder.
(Inherited from IFolder.) |
![]() | Files |
Returns the names of files in this folder.
(Inherited from IFolder.) |
![]() | FolderExists(String) |
Test whether a subfolder with the given name exists in the folder.
(Inherited from IFolder.) |
![]() | Folders |
Returns the names of subfolders in this folder.
(Inherited from IFolder.) |
![]() | IsEmpty | |
![]() | Name |
The name of the filesystem object.
(Inherited from IFilesystemObject.) |
![]() | OpenFile(String, FileMode) |
Opens the file with the given name.
(Inherited from IFolder.) |
![]() | OpenFile(String, FileMode, FileAccess) |
Opens the file with the given name, and with the given access.
(Inherited from IFolder.) |
![]() | OpenFile(String, FileMode, FileAccess, FileShare) |
Opens the file with the given name, access and sharing strategy.
(Inherited from IFolder.) |
![]() | OpenFile(String, FileMode, FileAccess, FileShare, FileFlags) |
Opens the file with the given name, access, sharing strategy and flags.
(Inherited from IFolder.) |
![]() | OpenFolder(String) |
Opens the subfolder with the given name.
(Inherited from IFolder.) |
![]() | Rename(String) | |
![]() | RenameFile(String, String) |
Rename a file in this folder.
(Inherited from IFolder.) |
![]() | RenameFolder(String, String) |
Rename a subfolder.
(Inherited from IFolder.) |
![]() | Reset() | |
![]() | Type |
The type of the filesystem object.
(Inherited from IFilesystemObject.) |