Holds a set of source files.
Public Member Functions | |
bool | IsIgnored (string name) |
Is the file/directory with the given name ignored? More... | |
void | Ignore (string name) |
Ignores the given file/directory name. E.g. "Editor" will ignore all folders called editor. More... | |
void | Add (string[] paths) |
Adds a set of files/directories to this set. More... | |
void | Add (string basePath) |
Adds a file/directory to this set. More... | |
void | Rename (bool addExtension) |
Adds (or removes) a ".preco" extension to all the files in this set. Do note that this precompiler copies all source files first. More... | |
Public Attributes | |
List< string > | Files =new List<string>() |
List< string > | Ignores =new List<string>() |
|
inline |
Adds a set of files/directories to this set.
|
inline |
Adds a file/directory to this set.
|
inline |
Ignores the given file/directory name. E.g. "Editor" will ignore all folders called editor.
|
inline |
Is the file/directory with the given name ignored?
|
inline |
Adds (or removes) a ".preco" extension to all the files in this set. Do note that this precompiler copies all source files first.
List<string> Pico.SourceFileSet.Files =new List<string>() |
List<string> Pico.SourceFileSet.Ignores =new List<string>() |