gap-packages / anupq

The ANUPQ GAP package
https://gap-packages.github.io/anupq/
Artistic License 2.0
4 stars 6 forks source link

rewrite / replace ANUPQDirectoryTemporary #24

Closed fingolfin closed 2 years ago

fingolfin commented 7 years ago

Right now, this launches mkdir as a subprocess.

Instead, use either CreateDir (from the GAP kernel, but undocumented), or the corresponding function from the IO package.