C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FileLocation ( string locationString ) : System
ToString ( ) : string

Описание методов

FileLocation() публичный Метод

public FileLocation ( string locationString ) : System
locationString string
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string