interop

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Copy

func Copy(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error

Copy copies a file or directory from one file system to another recursively.

func CopyAll

func CopyAll(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error

CopyAll copies the content of a directory to another directory recursively.

func CopyDir

func CopyDir(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error

CopyDir copies a directory recursively from one file system to another.

func CopyFile

func CopyFile(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error

CopyFile copies a file from one file system to another.

func Move

func Move(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error

Move moves a file or directory from one file system to another recursively.

func MoveAll

func MoveAll(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error

MoveAll moves the content of a directory to another directory recursively.

func MoveDir

func MoveDir(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error

MoveDir moves a directory recursively from one file system to another.

func MoveFile

func MoveFile(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error

MoveFile moves a file from one file system to another.

Types

This section is empty.

Jump to

Keyboard shortcuts

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