Deleted Files

Dan Friedman dan at clearvisiontech.com
Wed Jun 2 12:02:45 EDT 2010


Hey...

I am writing compressed XML data to file on a server using the put command.  Every now and then, I get a report from a user that when they go to read the data, they are getting an error.  When I look on the server, the file is gone!  Not empty, not zero K... just gone - nonexistent!

Let's assume for a moment that the file was there to begin with, and there is no one messing with the data and secretly deleting things.  It must be something in my app that is causing this.  But, what could it be?  Nowhere am I deleting a file.

Can anyone think of a way you could delete a file without actually deleting it?

I tried:

	put compress("") into url x

I thought that compressing "empty" might do something funny.  But it didn't, it just wrote some gargly-goop.


ANY thoughts out there??

Thank you in advance,
Dan


More information about the use-livecode mailing list