Api/minux.lsr(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Does a recursive fs.list() on a folder, listing every file inside and it's sub-folders into a file usable by other programs.
[[Api/minux|minux api]] used to do a recursive fs.list() on a folder, listing every file inside and it's sub-folders into a file usable by other programs.
'''usage:'''


'''usage:'''
'''usage:'''


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




Line 11: Line 11:


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


'''output:'''
'''output:'''


/temp/ls/files.ls
/temp/ls/files.ls

Latest revision as of 05:06, 24 September 2024

minux api used to do a recursive fs.list() on a folder, listing every file inside and it's sub-folders into a file usable by other programs. usage:

usage:

minux.lsr(path)


arguments:

path - the directory to list

output:

/temp/ls/files.ls