PDA

View Full Version : File properties control in Fortran95


avithani
10-11-2004, 06:52 PM
Hi all,
Is it possible to control file access poperties through Fortran95. If so, how?
I could not find anything related in the Reference.

TIA.

AV.

Lahey Support
10-11-2004, 09:00 PM
Fortran does not provide this functionality. You'll need to use the OS which can be accessed via the SYSTEM routine (or the Windows API on Windows).