help?> mkdir

INFO: Loading help data...

Base.mkdir(path[, mode])


   Make a new directory with name "path" and permissions "mode".

   "mode" defaults to 0o777, modified by the current file creation

   mask.


On Wednesday, March 4, 2015 at 2:39:18 PM UTC-5, Diego Tapias wrote:
>
> Is there a way to create a directory from a julia script? I am thinking in 
> something like os.mkdirs(dir) of Python.
> ​
>

Reply via email to