Javascript File mkdir

From FreeSWITCH Wiki

Jump to: navigation, search

Contents

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

Personal tools
Community