From FreeSWITCH Wiki
Description
Create a directory in the current directory that the file object points to
Synopsis
mkdir(directory)
- directory - the name of the new directory you want to create
Example
var fd = new File("/tmp")
fd.mkdir("blah");
See Also
Javascript