项目作者: 1nv1

项目描述 :
Pure Lua FileSystem
高级语言: Lua
项目地址: git://github.com/1nv1/plfs.git
创建时间: 2020-02-24T15:22:38Z
项目社区:https://github.com/1nv1/plfs

开源协议:MIT License

下载


plfs

Pure Lua FileSystem

Goal

The goal is write a pure lua module (without dependencies) for access to
filesystem using commands of the OS that are running. The use cases are
oriented to low level performance, when you needs access to file system
sporadically.

ToDo

Baby steps to the goal

  • Examples of use
  • API like lfs
  • Optimize work with strings
  • Check under different versions of windows
  • Check under different distros of GNU/Linux