Re: delete files and folders on-rev.com

2011-05-14 Thread Thomas McGrath III
GOT it. There was some artifact left over at the end of the file name. Looked like either a _ or something Is there a better way to get a list of the items in a folder on the server with out all getting all of the permissions and other junk? thanks -- Tom McGrath III http://lazyriver.on-rev.

Re: delete files and folders on-rev.com

2011-05-14 Thread Thomas McGrath III
I'm sorry I stated in the subject but I should have stated in the email that I want to do this from the desktop for folders in my subdomain on on-rev server. I think I am having permission problems even though I created the folder from the same app and want to delete it I get both the "folder is

Re: delete files and folders on-rev.com

2011-05-14 Thread Matthias Rebbe
Hi Thomas, as Björnke already said you can use delete folder. But this only works if the folder is empty. To delete folders and their contents (files and also subofolders) i am using get shell("rm -r "& quote&xArg"e) where xArg contains the name of the folder i want to delete. Regards, Matth

Re: delete files and folders on-rev.com

2011-05-14 Thread Björnke von Gierke
delete folder but you need to recoursively delete stuff folder needs to be empty On 14 May 2011, at 21:52, Thomas McGrath III wrote: > I am having problems deleting files and or folders via script. > > I have searched and found that revdeleteFolder does not work. But what does? > > I keep gett

delete files and folders on-rev.com

2011-05-14 Thread Thomas McGrath III
I am having problems deleting files and or folders via script. I have searched and found that revdeleteFolder does not work. But what does? I keep getting errors saying can't delete that file etc. I looked through the lessons online and searched the list but did not find any tuts yet. Any one