C# (CSharp) csCommon.Utils.IO Namespace

Classes

Name Description
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.