@@ -354,6 +354,10 @@ static int file_unlock (lua_State *L) {
}
/*
** Creates a directory.
** @param #1 Directory path.
*/
staticintmake_dir(lua_State*L){
constchar*path=luaL_checkstring(L,1);
intfail;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.