mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Alphabetical sorting in openfile.lua
This commit is contained in:
parent
e10a101a4a
commit
e7c9a60d61
2 changed files with 16 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ const char* prefix_path(const char* path) {
|
|||
}
|
||||
|
||||
/***
|
||||
Lists a directory contents.
|
||||
Lists a directory contents (unsorted).
|
||||
@function list
|
||||
@tparam string path the directory we wants to list the content
|
||||
@treturn table the item list. Each item is a table like:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue