ross
February 24th, 2000, 03:00 PM
I am familiar witht he filecopy function, but what is the function to delete a file. lets say for example test.txt
Thanks for any help
Thanks for any help
|
Click to See Complete Forum and Search --> : Another newbie question, very easy ross February 24th, 2000, 03:00 PM I am familiar witht he filecopy function, but what is the function to delete a file. lets say for example test.txt Thanks for any help Johnny101 February 24th, 2000, 03:38 PM You can use the Kill command to do this: Kill "C:\text.txt" Hope this helps, john John Pirkey MCSD www.ShallowWaterSystems.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |