utils

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2023 License: Apache-2.0, BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Directory

type Directory struct {
	// contains filtered or unexported fields
}

Directory represents a directory on the disk.

func NewDirectory

func NewDirectory(path string, createIfMissing ...bool) (newDirectory *Directory)

NewDirectory creates a new directory at the given path.

func (*Directory) Path

func (d *Directory) Path(relativePathElements ...string) (path string)

Path returns the absolute path that corresponds to the relative path.

func (*Directory) RemoveSubdir

func (d *Directory) RemoveSubdir(name string) error

func (*Directory) SubDirs

func (d *Directory) SubDirs() ([]string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL