Click or drag to resize
FileInfoToString Method
Returns the path as a string.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
A string representing the path.
See Also