Re: [julia-users] Re: create directory from a julia script

2015-03-04 Thread Diego Tapias
Thanks Jack. 2015-03-04 14:02 GMT-06:00 Jack Minardi : > 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 Wed

[julia-users] Re: create directory from a julia script

2015-03-04 Thread Jack Minardi
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