package
0.33.8
Repository: https://github.com/nao1215/mimixbox.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
BaseNameWithoutExt return file name without extension.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
e.g.
No description provided by the author
No description provided by the author
No description provided by the author
Copy file(src) to dest.
No description provided by the author
No description provided by the author
No description provided by the author
Exists reports whether the path exists.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsDir reports whether the path exists and is a directory.
IsExecutable reports whether the path exists and is executable.
IsFile reports whether the path exists and is a file.
IsHiddenFile reports whether the path exists and is included hidden file.
No description provided by the author
IsReadable reports whether the path exists and is readable.
No description provided by the author
No description provided by the author
IsSameFileName return true if src and dest is same name, false if src and dest is not same name.
IsSamePath return true if src and dest is same path, false if src and dest is not same path or error occur.
No description provided by the author
No description provided by the author
IsSymlink reports whether the path exists and is a symbolic link.
IsWritable reports whether the path exists and is writable.
IsZero reports whether the path exists and is zero size.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Return file size(Byte).
No description provided by the author
TopDirName return top directory name from path.
Wark return 1)directory List, 2) file list, 3) error.
No description provided by the author
No description provided by the author

# Constants

Executable : executable bits.
No description provided by the author
0.
Readable : readable bits.
No description provided by the author
Unknown : Don't use this bits.
Writable : writable bits.

# Variables

[Reference] https://www-uxsup.csx.cam.ac.uk/courses/moved.Building/signals.pdf.