Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

set working directory

Scott_L_
New Contributor I
268 Views

Is there a intel fortran callable function to set the current working directory?  Windows/OS has a function:

ac_setdir = SetCurrentDirectory(trim(path)//""C)

but I didn't find anything in IFPORT.

 

Thanks,

Scott

 

 

0 Kudos
1 Reply
Kevin_D_Intel
Employee
268 Views

How about CHDIR ?

0 Kudos
Reply