dir

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2022 License: GPL-3.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Directory

type Directory string

func New

func New(path string) (Directory, error)

Builds an absolute path from the provided path, makes the required directories to achieve it, and returns a Directory

func Open

func Open(path string) (Directory, error)

Builds an absolute path from the provided path, confirms the path exists, and returns a Directory

func (Directory) Move

func (d Directory) Move(to string) (Directory, error)

Moves the directory to the provided path, returns a directory of the new path

func (Directory) Path

func (d Directory) Path() string

Gets the absolute path of the directory

func (Directory) Remove

func (d Directory) Remove() error

Removes the directory and any children within it

Jump to

Keyboard shortcuts

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