vadilloe New Member Jul 12, 2006 #1 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
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
P plus_marca Member Jul 12, 2006 #2 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.
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.