Api/minux.lsr(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "Does a recursive fs.list() on a folder, listing every file inside and it's sub-folders into a file usable by other programs. '''usage:''' minux.lsr(path) '''arguments:''' path - the directory to list '''output:''' /temp/ls/files.ls")
 
No edit summary
Line 4: Line 4:


minux.lsr(path)
minux.lsr(path)




Line 9: Line 11:


path - the directory to list
path - the directory to list





Revision as of 04:40, 24 September 2024

Does a recursive fs.list() on a folder, listing every file inside and it's sub-folders into a file usable by other programs.

usage:

minux.lsr(path)



arguments:

path - the directory to list


output:

/temp/ls/files.ls