package
0.13.10
Repository: https://github.com/emirot/kyaml.git
Documentation: pkg.go.dev

# 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.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# 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.