module battery.util.path
Path helpers.
Code Map
//! Path helpers.
module battery.util.path;
fn cleanPath(s: string) string { }
fn searchPath(path: string, cmd: string) string { }
fn checkArgCmd(log: Logger, cmd: string, name: string) bool { }
Path helpers.
//! Path helpers.
module battery.util.path;
fn cleanPath(s: string) string { }
fn searchPath(path: string, cmd: string) string { }
fn checkArgCmd(log: Logger, cmd: string, name: string) bool { }