event_socket_mkdir
require "resources.functions.mkdir"
local path = argv[1]
if path and #path > 0 then
mkdir(path)
end