dir

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: MIT Imports: 3 Imported by: 3

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)

New 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)

Open 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)

Move moves the directory to the provided path, returns a directory of the new path

func (Directory) Path

func (d Directory) Path() string

Path gets the absolute path of the directory

func (Directory) Remove

func (d Directory) Remove() error

Remove 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