Documentation
¶
Index ¶
Constants ¶
View Source
const ModeUserRW = 0600 // rw-------
View Source
const ModeUserRWX = 0700 // rwx------
View Source
const ModeUserRWXGroupRX = 0750 // rwxr-x---
Variables ¶
This section is empty.
Functions ¶
func ForceRename ¶
Moves a file or directory from one path to a new path.
NOTE: This will overwrite any file or directory which already exists at the 'newPath' parameter.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.