Method Filesystem.Monitor.basic()->canonic_path()
- Method canonic_path
protected string canonic_path(string path)
- Description
Canonicalize a path.
- Parameter path
Path to canonicalize.
- Returns
The default implementation returns
combine_path(path, ".")
, i.e. no trailing slashes.