hackpadfs icon indicating copy to clipboard operation
hackpadfs copied to clipboard

An extensible file system abstraction for Go. File systems, composable interfaces, and test suites.

Results 13 hackpadfs issues
Sort by recently updated
recently updated
newest added

It’s on all browsers finally https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API https://developer.mozilla.org/en-US/docs/Web/API/FileSystem some simple examples: https://github.com/WICG/file-system-access/blob/main/EXPLAINER.md it would be really cool and is designed for browser based editors. also indexdb has sone gremlins that this...

Sorry. Maybe the question is somewhat stupid. I want to know how to build HackpadFS on my cloud server, through which I can store different types of data on the...

Given the conditions: 1. Current working directory is not `/`. (Say `/tmp` for example.) 2. Get fs with: `fsys, _ := hackpadfs_os.NewFS().Sub("mydir")` (Assume `/tmp/mydir/` exists.) 3. Call `fsys.Stat(".")` Stat fails...