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.
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
FileLocation ( string locationString ) : System
ToString ( ) : string

Method Details

FileLocation() public méthode

public FileLocation ( string locationString ) : System
locationString string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string