# Functions
ConfirmDir returns an error if the user-specified path is not an existing directory on fSys.
InsertPathPart inserts 'part' at position 'pos' in the given filepath.
No description provided by the author
MakeEmptyDirInMemory returns an empty directory.
MakeFsInMemory returns an empty 'file system'.
MakeFsOnDisk makes an instance of fsOnDisk.
NewTmpConfirmedDir returns a temporary dir, else error.
PathJoin converts a slice of string to a file path.
PathSplit converts a file path to a slice of string.
Removes paths containing hidden files/folders from a list of paths.
RootedPath returns a rooted path, e.g.
StripLeadingSeps trims leading filepath separators from input.
StripTrailingSeps trims trailing filepath separators from input.
# Structs
FileSystemOrOnDisk satisfies the FileSystem interface by forwarding all of its method calls to the given FileSystem whenever it's not nil.
# Interfaces
File groups the basic os.File methods.
FileSystem groups basic os filesystem methods.
# Type aliases
ConfirmedDir is a clean, absolute, delinkified path that was confirmed to point to an existing directory.