This is part of the Fake.IO.FileSystem module.
Function or value | Description |
FileInfo.contentIsEqualTo first second
Signature: first:FileInfo -> second:FileInfo -> bool
|
Checks if the two files are byte-to-byte equal.
|
FileInfo.ofPath(path)
Signature: path:string -> FileInfo
|
Creates a FileInfo for the given path.
|
Active pattern | Description |
FileInfo.( |FullName| )(f)
Signature: f:FileInfo -> string
|
Active Pattern for determining file name.
|
FileInfo.( |NameSections| )(f)
Signature: f:FileInfo -> string * string * string
|
Active Pattern for determining FileInfoNameSections.
|