07-20-2012, 02:02 PM
Hello,
Someone most likely already asked this or i am just thinking too hard about it. I want to search for a file that is placed on my desktop, and if i find the file delete it. What i have so far is
any advice would be grateful
Thank you
Someone most likely already asked this or i am just thinking too hard about it. I want to search for a file that is placed on my desktop, and if i find the file delete it. What i have so far is
str file "$desktop$\Testing"
;;Was using savedData.getfile(file); err
;;But I realized that was wrong because .getfile reads the data inside the file
;;Was also thinking of something like
if file=file
,out "There is a file"
,del file
else
,out "No such file"any advice would be grateful
Thank you
