fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
IGNORE DIRECTORIES IN INCLUDE STATEMENTS
Syntax:
[DO NOT] IGNORE DIRECTORIES IN INCLUDE [STATEMENTS]
Function:
fpt ignores the existing directory specifications written in INCLUDE statements and seeks INCLUDE files in the current default directory, or in the directories specified by the commands INPUT DIRECTORY, INCLUDE INPUT DIRECTORY, INPUT SEARCH PATH or INCLUDE INPUT SEARCH PATH.
This command is particularly useful when code has been copied from a machine with a different operating system, and, for example, the Windows user is faced with several thousand INCLUDE statements of the form:
INCLUDE 'geolib:[sources]refract.inc'
Where to Use this Command
Operating system command line | Yes |
Configuration file, config.fsp | Yes |
Specification (fsp) files, *.fsp | Yes |
Interactively, to FPT> prompt | No |
Interactive command files | No |
Embedded in the Fortran code | No |
Default
DO NOT IGNORE DIRECTORIES IN INCLUDE STATEMENTS
Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.