- doCopy
void doCopy(location src, location dest, bool recursive)
@brief copies files from source location to destination
@param src source location
@param dest destination location
@param recursive Copy also directories
- main
int main(string[] argv)
Undocumented in source. Be warned that the author may not have intended to support it.
- openLocation
bool openLocation(location loc, Flag flag)
Undocumented in source. Be warned that the author may not have intended to support it.
- opts
bool opts(string[] argv)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseLocation
location parseLocation(string loc)
Undocumented in source. Be warned that the author may not have intended to support it.
- usage
void usage(string argv0)
Undocumented in source. Be warned that the author may not have intended to support it.