Home » F# Source File Information

F# Source File Information

by Online Tutorials Library

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  

You may also like