Fix. event_socket_mkdir for Windows system. (#1724)

This commit is contained in:
Alexey Melnichuk
2016-06-30 17:11:52 +03:00
committed by FusionPBX
parent 2f9c1a7c9f
commit 65d9424078
2 changed files with 18 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
require "resources.functions.mkdir"
local path = argv[1]
if path and #path > 0 then
mkdir(path)
end