Namespace NominalSystems.Files
Classes
- CSVFile
[Nominal] This class is a helper class for managing CSV files, both reading and writing to them. This allows easier reading of data and is also able to interpolate a value between a field. This class is also useful for Nominal Editor and Nominal Studio to read and write data to the file without too much hassle.
- FileHandler
[Nominal] This class is a helper static class for managing files that may exist or creating new files in directories. It adds additional functionality to files and is able to determine what files exist within a directory.
- PathHelper
[Nominal] Static helper function for getting files and paths in a directory.