72
F# Source File Information
F# provides some predefined identifiers. It helps to get source file information like number of lines of source file, source file name or source file path location etc.
All identifiers are string type.
Syntax
F# Source File Information Example
Output:
----------------------Source File Information Details--------------------- Line : 6 Directory Name: e:FSharpPrograms Source File Name: sourcefile.fs
Next TopicF# Code Formatting Guidelines