Programmatically creating/deleting folders using gfortran
Bernhard Fischer
rep.dot.nop@gmail.com
Fri May 9 17:35:00 GMT 2008
On Fri, May 09, 2008 at 12:48:20PM -0400, Richard Otero wrote:
>Greetings,
>
>I have a software project that I would love to be able to compile
>using gfortran instead of using ifort.
>
>The last item that I need to replace are the three functions:
>makedirqq, deldirqq, delfilesqq that use ifort's ifport module.
>
>Any ideas on what replacements are available for gfortran?
There is unlink ¹) but i don't see mkdir and rmdir.
Please file a PR.
¹)
http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gfortran/UNLINK.html#UNLINK )
More information about the Fortran
mailing list