utils

package
v1.0.0-beta.5 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: Apache-2.0 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) PathWithCreate

func (d *Directory) PathWithCreate(relativePathElements ...string) string

PathWithCreate returns the absolute path that corresponds to the relative path and creates the folder if it doesn't exist.

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