Documentation
¶
Index ¶
Constants ¶
View Source
const ( FileTypeUnknown = FileType(-2) FileTypeNotExist = FileType(-1) FileTypeRegularFile = FileType(0) FileTypeDirectory = FileType(1) )
Variables ¶
View Source
var File file
View Source
var Path path
Functions ¶
func Name ¶
func Name() string
The name of the operating system dependent module imported. The following names have currently been registered: 'posix', 'nt', 'java'. see: https://docs.python.org/3/library/os.html#os.name
Types ¶
Click to show internal directories.
Click to hide internal directories.