C# Class csCommon.Utils.IO.FileLocation

C# uses strings for files everywhere. We need to be able to distinguish between strings and files, however. Therefore, we created this class. TODO This may be replacable by, e.g., an URI or URL class that is already present. Or, we could add whether files are local or remote.
Exibir arquivo Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
FileLocation ( string locationString ) : System
ToString ( ) : string

Method Details

FileLocation() public method

public FileLocation ( string locationString ) : System
locationString string
return System

ToString() public method

public ToString ( ) : string
return string