Env.getCurrentDirectory

prep char[] getCurrentDirectory()

Gets the current working directory as UTF-8 text.

Remarks

Unsupported or unavailable current-directory access produces an empty result instead of throwing.

Example

auto cwd = Env.getCurrentDirectory();

Generated with campc 0.12.0-preview.1.