I working on a application where I have to create an Excel file and then erase the same file.
I know how to create this, but I don't have any idea how to erase.
Can anyone help me???
Thanks in advance,
I create a refrence to the file system using the FIleSystemObject (referenced via the MS Scripting Runtime). With this object you can create/open/write/delete files anywhere within the filesystem. Works very well for me.
kill "c:\dirname\...\filename.ext"
Good Luck
-------------- As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.