This is part of the Fake.IO.FileSystem module. FileInfo Functions and values Function or valueDescription 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 Modifiers: inline Creates a FileInfo for the given path. Active patterns Active patternDescription 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.