Click or drag to resize
DirectoryInfoToString Method
Returns the original path that was passed by the user.

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

Return Value

Type: String
Returns the original path that was passed by the user.
See Also