Create a file

vadilloe

New Member
Does any of you know how to create a file just giving the path.

for example: CREATE-FILE (c:\MyFile.m)

T.I.A

Vad
 
Hi.

you can do something like this.

output to value("c:\MyFile.m").
output close.


It will create a empty file name Myfile.m in the C: Drive.
 
Back
Top