mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-25 04:44:34 +00:00
Add a comment for make_dir.
This commit is contained in:
@@ -354,6 +354,10 @@ static int file_unlock (lua_State *L) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
** Creates a directory.
|
||||||
|
** @param #1 Directory path.
|
||||||
|
*/
|
||||||
static int make_dir (lua_State *L) {
|
static int make_dir (lua_State *L) {
|
||||||
const char *path = luaL_checkstring (L, 1);
|
const char *path = luaL_checkstring (L, 1);
|
||||||
int fail;
|
int fail;
|
||||||
|
|||||||
Reference in New Issue
Block a user