|
-
May 16th, 2009, 08:44 AM
#1
[solved] overwrite\delete\rename\anything busy file, how?
hi, i need to overwrite a busy file (file that is used at the curent moment), i saw programs to delete such files so i think it is possible, would appreciate any help
Last edited by Owyn; May 16th, 2009 at 02:31 PM.
-
May 16th, 2009, 09:45 AM
#2
Re: overwrite\delete\rename\anything busy file, how?
I would sincerely hope that you can't defeat the operating system's file locks. Why would you want to do that?
-
May 16th, 2009, 09:54 AM
#3
Re: overwrite\delete\rename\anything busy file, how?
Obviously, an application that opens a file without sharing isn't written to tolerate the file's sudden disappearance or alteration. It may well crash the application.
In order to manage this, you'd have to operate on the disk from "under the hood" - outside the operating system (perhaps through SCSI commands directly on the controller), unless the OS has an open hole, which I would expect would be plugged.
If you did work at the controller level, you should expect errors that would crash the directory/partition of that drive - bugs you probably don't want to have to consider (the kind of thing that if you have to ask, you're not equipped to do it).
If my post was interesting or helpful, perhaps you would consider clicking the 'rate this post' to let me know (middle icon of the group in the upper right of the post).
-
May 16th, 2009, 12:15 PM
#4
Re: overwrite\delete\rename\anything busy file, how?
 Originally Posted by Owyn
hi, i need to overwrite a busy file (file that is used at the curent moment)
There are reasons why the OS does noe allow you to do this. I leave it to you to tell us those reasons.
Regards,
Paul McKenzie
-
May 16th, 2009, 02:31 PM
#5
Re: overwrite\delete\rename\anything busy file, how?
figured all out already ^^ *solved
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|