fs

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

README

fs:open(path) -> AsyncTask<File>

fs:create(path) -> AsyncTask<File>

fs:remove(path) -> AsyncTask

fs:remove_all(path) -> AsyncTask

fs:list(path) -> AsyncTask<[]Stat>

fs:stat(path) -> AsyncTask<Stat>

fs:mkdir_all(path) -> AsyncTask

fs:exist(path) -> AsyncTask<bool>

fs:read_all(path) -> AsyncTask<string>

fs:write(path) -> AsyncTask

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(L *lua.LState, luaCtx *luacontext.Context, fs afero.Fs)

Types

type GetName added in v0.2.0

type GetName interface {
	GetName() string
}

Jump to

Keyboard shortcuts

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