Module deno_runtime::fs_util

source ·

Functions

Similar to std::fs::canonicalize() but strips UNC prefixes on Windows.
Normalize all intermediate components of the path (ie. remove “./” and “../” components). Similar to fs::canonicalize() but doesn’t resolve symlinks.