Method | Description | |
---|---|---|
AddFile ( string path, string group ) : void | ||
ContainsFile ( string path ) : bool | ||
ContainsGroup ( string name ) : bool | ||
FindFile ( string path ) : File | ||
FindGroup ( string name ) : Group | ||
GetAllProjectStrings ( ) : List |
||
GetFilesStrings ( ) : List |
||
GetGroupsStrings ( ) : List |
||
SortGroups ( ) : void |
Method | Description | |
---|---|---|
AddGroup ( string name ) : Group |
public AddFile ( string path, string group ) : void | ||
path | string | |
group | string | |
return | void |