Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcm9439/tauri-filesystem-util
A util package for filesystem operation interface: one implementation for tauri and one implementation for nodejs (for testing).
https://github.com/tcm9439/tauri-filesystem-util
Last synced: 11 days ago
JSON representation
A util package for filesystem operation interface: one implementation for tauri and one implementation for nodejs (for testing).
- Host: GitHub
- URL: https://github.com/tcm9439/tauri-filesystem-util
- Owner: tcm9439
- License: mit
- Created: 2023-09-17T08:10:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-21T05:31:12.000Z (about 1 year ago)
- Last Synced: 2025-01-18T07:38:47.119Z (18 days ago)
- Language: TypeScript
- Size: 395 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tauri File System Util
A helper utility library for accessing filesystem when using Tauri.
Also provide another implementation of Node (local fs) for unit test purpose.See the [IFileSystem interface](./src/filesystem/IFileSystem.ts) for function provided.