edgetx icon indicating copy to clipboard operation
edgetx copied to clipboard

[LUA API] change filesys functions naming

Open JimB40 opened this issue 3 years ago • 0 comments

As File System #630 will grow over time including next methods I suggest to move existing functions to own 'class/object' and maintain LUA API naming scheme. And then we put them in separate group called File System Functions So: dir -> fs.getDir fstat -> fs.getFIleStat

Once done we should move & rename (alias for legacy) chdir() -> fs.changeDir()

@raphaelcoeffic @riwanou @jfrickmann

JimB40 avatar Sep 21 '21 04:09 JimB40