Using file system API

s8ngsu3_at_yahoo.com
Date: 12/28/04


Date: 28 Dec 2004 02:48:44 -0800

How to call the file system API functions from Fortran95 in the most
portable way? I need, e.g., to create a subfolder from within my
program. This program must work under Win2000/XP, Linux and probably
some other Unix-like OSes, like FreeBSD, therefore, I would prefer to
avoid any compiler-specific extensions as much as it's possible.
Thank you.