IFileSystemCapabilities MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IFileSystemCapabilities type exposes the following members.
Properties

  NameDescription
Public propertyIsReadonly
Indicates whether file system supports modification of its files and structure
Public propertyMaxDirectoryNameLength
Returns maximum allowed length of a directory name
Public propertyMaxFileNameLength
Returns maximum allowed length of a file name
Public propertyMaxFilePathLength
Returns maximum allowed length of the whole path that includes directory name/s and/or separator chars and/or file name
Public propertyMaxFileSize
Returns the maximum size of a file
Public propertyPathSeparatorCharacters
Returns understood path separator characters
Public propertySupportsAsyncronousAPI
Defines if this FileSystem implements Async methods in real asynchronous manner. By default asynchronous methods are actually executed syncronously and return Task with execution result or exception
Public propertySupportsCreationTimestamps
Public propertySupportsCreationUserNames
Public propertySupportsCustomMetadata
Indicates whether the file system supports custom metadata for files and folders
Public propertySupportsDirectoryRenaming
Public propertySupportsDirectorySizes
Public propertySupportsFileModification
Public propertySupportsFileRenaming
Public propertySupportsFileSizes
Public propertySupportsLastAccessTimestamps
Public propertySupportsLastAccessUserNames
Public propertySupportsModificationTimestamps
Public propertySupportsModificationUserNames
Public propertySupportsReadonlyDirectories
Public propertySupportsReadonlyFiles
Public propertySupportsSecurity
Indicates whether the file system supports security permissions
Public propertySupportsStreamSeek
Public propertySupportsTransactions
Indicates whether a file system supports transactions
Public propertySupportsVersioning
Indicates whether a file system supports versioning
Back to Top
See Also