package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Jan 24, 2019
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Delete removes a file or directory from disk.
Dir retrieves the Directory path of the passed in full path.
GetWd is used to get the current directory.
If any error raises, application will exist.
IsAbsolutePath is used to judge whether a given path is a absolute path.
The logic is simple, if a path is start with '/', then it is a absolute path.
IsDir is used to assert whether the path is a directory or not.
IsExist is used to assert whether a file or directory in the path exists or not.
Move is used to move a file or directory from a absolute path to another.
If the file name differs, it can also act as changing filename.
Name is used to retrieve the basename of the file or directory of the given path.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.