インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
Portability Function: Searches for a specified file in the directories listed in the path contained in the environment variable.
result = FINDFILEQQ (filename,varname,pathbuf)
filename |
(Input) Character*(*). Name of the file to be found. |
varname |
(Input) Character*(*). Name of an environment variable containing the path to be searched. |
pathbuf |
(Output) Character*(*). Buffer to receive the full path of the file found. |