Api/minux.lsr(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


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




Line 11: Line 10:


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


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


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

Revision as of 04:41, 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