FileSystemInfo Module
Contains tasks to interact with FileSystemInfo
Functions and values
Function or value | Description |
Full Usage:
FileSystemInfo.ofPath path
Parameters:
string
-
The path to create FileSystemInfo from
Returns: FileSystemInfo
Modifiers: inline |
|
Full Usage:
FileSystemInfo.setReadOnly readOnly items
Parameters:
bool
-
The readonly flag
items : seq<string>
-
The list of files to set readonly flag on
|
|
Active patterns
Active pattern | Description |
Full Usage:
FileSystemInfo.(|File|Directory|) fileSysInfo
Parameters:
FileSystemInfo
-
The FileSystemInfo to check
Returns: Choice<FileInfo, (DirectoryInfo * IEnumerable<FileSystemInfo>)>
|
|