package
Version:
v1.45.4
Opens a new window with list of versions in this module.
Published: Feb 23, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 9
Opens a new window with list of known importers.
Documentation
¶
MoveToSubdir moves all contents of a directory to a subdirectory underneath the original path
Size walks a directory tree and returns its total size in bytes.
type DiskUsage struct {
Size int64
InodeCount int64
}
DiskUsage is a structure that describes the disk usage (size and inode count)
of a particular directory.
Usage walks a directory tree and returns its total size in bytes and the number of inodes.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.