Re: CFFILE Delete then WRITE issue....

2001-01-10 Thread Wallace Randall
January 09, 2001 11:53 AM Subject: CFFILE Delete then WRITE issue OK. I am having a problem here. I am able to DELETE a file with CFFILE without a problem, but when I try to almost immediately WRITE the same file back it tells me there is an issue with the file "Error: The file could n

CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
OK. I am having a problem here. I am able to DELETE a file with CFFILE without a problem, but when I try to almost immediately WRITE the same file back it tells me there is an issue with the file "Error: The file could not be accessed." Has anyone encountered this before? When I check on the

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Raymond Camden
k Subject: CFFILE Delete then WRITE issue OK. I am having a problem here. I am able to DELETE a file with CFFILE without a problem, but when I try to almost immediately WRITE the same file back it tells me there is an issue with the file "Error: The file could not be accesse

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Philip Arnold - ASP
ror please notify the system manager. ** -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 09 January 2001 16:53 To: CF-Talk Subject: CFFILE Delete then WRITE issue OK. I am having a pr

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
, then delete the renamed file. Same for the write. Write to a temp file, then once the write is complete, rename that to it's proper name. Chris -- Original Message From: ""[EMAIL PROTECTED] Subject: CFFILE Delete then WRITE issue Date: T

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:12 PM To: CF-Talk Subject: RE: CFFILE Delete then WRITE issue NT has this wonderful habit of not dealing wit

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
[EMAIL PROTECTED] cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01 11:24 AM Please respond to cf-talk Keep in mind that though this elimi

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
cc: Subject: RE: CFFILE Delete then WRITE issue

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Philip Arnold - ASP
When you delete a file, you actually delete the file (contrary to what Philip has suggested). The handle, however, is left open. A separate process called the cache scavenger routinely goes through and checks to see which files have been deleted. At this point the handle to the file is

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
min S. Rogers" To: CF-Talk [EMAIL PROTECTED] [EMAIL PROTECTED] cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01 11:57 AM

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
cc: Subject: RE: CFFILE Delete then WRITE issue

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
[EMAIL PROTECTED] cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01 12:54 PM Please respond to cf-talk Sorry I did not elaborat