See: Description
Interface | Description |
---|---|
LargeFileCopy |
Indicates that a
FileSystemProvider supports efficient copying of
large files. |
RecursiveCopy |
Indicates that a
FileSystemProvider supports efficient recursive
copies. |
RecursiveDelete |
Indicates that a
FileSystemProvider supports efficient recursive
deletes. |
RecursivePermissions |
Indicates that a
FileSystemProvider supports efficient recursive
permission changes. |
Interfaces in this package allow custom file systems to efficiently implement
operations defined by MoreFiles
. The
interfaces must be implemented by the custom file system's
FileSystemProvider