Documentation ¶
Index ¶
- func CreateSymlink(sourcePath, targetPath string) error
- func IsMountPoint(path string) (bool, error)
- func IsSymlink(path string) (bool, error)
- func LinkPath(sourcePath, targetPath string) error
- func Mkdir(path string) error
- func PathExists(path string) (bool, error)
- func PathValid(ctx context.Context, path string) (bool, error)
- func Rmdir(path string, force bool) error
- func ValidatePathWindows(path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSymlink ¶
func IsMountPoint ¶
func PathExists ¶
PathExists checks if the given path exists on the host.
func ValidatePathWindows ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.