# Functions
EnsureNotReparsePointRelative validates that a given file (relative to a root) and all intermediate path components are not a reparse points.
LinkRelative creates a hard link from oldname to newname (relative to oldroot and newroot), failing if any of the intermediate path components are reparse points.
LstatRelative performs a stat operation on a file relative to a root, failing if any intermediate path components are reparse points.
MkdirRelative creates a directory relative to a root, failing if any intermediate path components are reparse points.
OpenRelative opens a relative path from the given root, failing if any of the intermediate path components are reparse points.
No description provided by the author
RemoveAllRelative removes a directory tree relative to a root, failing if any intermediate path components are reparse points.
RemoveRelative removes a file or directory relative to a root, failing if any intermediate path components are reparse points.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author