Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
func FileExists(filename string) (bool, error)
FileExists checks if specified file exists.
func FileOrSymlinkExists ¶
func FileOrSymlinkExists(filename string) (bool, error)
FileOrSymlinkExists checks if specified file or symlink exists.
func ReadDirNoStat ¶
func ReadDirNoStat(dirname string) ([]string, error)
ReadDirNoStat returns a string of files/directories contained in dirname without calling lstat on them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.