For a given fn of type FileName I cannot simply say
fh := open(fn, "output")
if the folder directory(fn) does not yet exist.
I haven't found any other way than using
systemCommand("system mkdir -p " directory fn)$MoreSystemCommands
. Is there a more OS-independent way to create a directory?
Ralf
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/d5431f0a-11a5-4341-b917-5c8c9b6fe4be%40hemmecke.org.