Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PrivateFileMode grants owner to read/write a file. PrivateFileMode = 0600 // PrivateDirMode grants owner to make/remove files inside the directory. PrivateDirMode = 0700 )
Variables ¶
This section is empty.
Functions ¶
func Exist ¶
Exist returns a boolean indicating whether the file is known to report that a file or directory does exist.
func ResolveReference ¶ added in v0.0.112
ResolveReference resolves a path reference to a target base path from a base path. If path_ is not under frombasepath, then ResolveReference ignores frombasepath and return a path under tobasepath.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.