> On 06 Jul 2017, at 21:46, R.N. Tsai <r_n_t...@yahoo.com> wrote:
> 
> Dear GAP Forum,
> I'd like to create a directory on my desktop under GAP control. I found the 
> "DirectoryDesktop" command butI couldn't find any "mkdir" equivalent 
> commands; are there any options?Thanks,R.N.

There is an *undocumented* kernel function
  CreateDir()
you could use, but we make no guarantees that it'll stay (but right now, it 
doesn't seem likely to be removed).

Or you could use IO_mkdir() from the IO package; this one is documented, but 
rather unix centric, so I am not sure how well it works on Windows, in case you 
are using that.

Cheers,
Max
_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to