Files and Folders

8    Files and Folders


8.1  Files in WinIDAMS


User files

They are created by the user with the help of tools provided by the WinIDAMS User Interface, or they are produced by an IDAMS procedure as a final result or as output for further processing. All user files in IDAMS are ASCII text files. Tabulation characters are allowed; they are automatically converted to the correct number of blanks. Standard filename extensions are used by the Interface for recognizing the file type.

The user files are specified in the Setup file following the $FILES command (see "The IDAMS Setup File" chapter for detailed description).

System files

System files are normally not accessed directly by the user. They are created during the installation process (permanent System files), during application customization (Application files) or during the execution of WinIDAMS procedures (temporary work files).


8.2  Folders in WinIDAMS

Files used in WinIDAMS are stored in the following folders:


Five folders, mandatory for the default application, should always be present under the <system_dir> folder. They are defined and created first during the installation process, Then, when WinIDAMS is started and any of the folders is missing, it is automatically recreated.

Application folder <system_dir>\appl
Data folder <system_dir>\data
Temporary folder <system_dir>\temp
Transposed folder <system_dir>\trans
Work folder <system_dir>\work
where <system_dir> is the name of the System folder fixed during the installation.


IDAMS programs use the paths defined in the application to prefix any filename not beginning with "<drive>:\... " or with "\... "