thanks

 

From: [email protected] [mailto:[email protected]] On Behalf
Of sdkingman
Sent: Thursday, September 10, 2009 3:53 PM
To: [email protected]
Subject: [amibroker] Re: scripting help

 

  

> 
> 
> var fso, f;
> 
> fso = new ActiveXObject("Scripting.FileSystemObject");
> 
> f = fso.GetFile("c:\\Amibroker\\CSV Files\\O5.XLS");
> 
> f.Delete();
>

Something like this:

if (fso.FileExists("c:\\Amibroker\\CSV Files\\O5.XLS"))
f.Delete();
}



<<image001.jpg>>

<<image002.jpg>>

Reply via email to