pgams01.gms : Test procdir deletion in pgams

Description

Create a subdirectory in the process directory to see if
gams.exe (aka pgams) will delete it.  Model pgams02 does the
actual running of this file and the testing afterwards.

Contributor: Steve Dirkse


Small Model of Type : GAMS


Category : GAMS Test library


Main file : pgams01.gms

$title Test procdir deletion in pgams (PGAMS01,SEQ=472)

$ontext
Create a subdirectory in the process directory to see if
gams.exe (aka pgams) will delete it.  Model pgams02 does the
actual running of this file and the testing afterwards.

Contributor: Steve Dirkse
$offtext

file fp / '%gams.scrdir%aa%system.dirsep%xx.txt' /;
execute 'mkdir "%gams.scrdir%aa"';
putclose fp 'testing';