https://github.com/xbsoftware/wfs-local
Web File System - "local files" driver
https://github.com/xbsoftware/wfs-local
go webix wfs
Last synced: 5 months ago
JSON representation
Web File System - "local files" driver
- Host: GitHub
- URL: https://github.com/xbsoftware/wfs-local
- Owner: xbsoftware
- License: mit
- Created: 2019-02-15T13:58:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T09:33:21.000Z (over 4 years ago)
- Last Synced: 2024-06-21T00:13:35.290Z (about 2 years ago)
- Topics: go, webix, wfs
- Language: Go
- Homepage: https://webix.com/filemanager
- Size: 48.8 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web File System - Local files driver
=========
File system abstraction with access management
This is the Local File System adapter for the [core interface](https://github.com/xbsoftware/wfs)
API provides common file operations for some folder on local drive. Any operations outside of the folder will be blocked. Also, it possible to configure a custom policy for read/write operations.
Can be used as backend for Webix File Manager https://webix.com/filemanager
## API
### Initialization
```go
import (
"github.com/xbsoftware/wfs-local"
)
fs, err := wfs.NewLocalDrive("./sandbox", nil)
```
### License
MIT