How to open files that are used by some other procsses?  
Author Message
ddavcev





PostPosted: Visual C# Express Edition, How to open files that are used by some other procsses? Top

654654 njnojnoinoinoinion

Visual Studio Express Editions14  
 
 
ahmedilyas





PostPosted: Visual C# Express Edition, How to open files that are used by some other procsses? Top

please restate your question clearly for us

However going for your question title - sometimes it is possible depending on if the process has allowed the file it is using to be shared for use, such as read and write but other wise I believe it is locked to that application who owns the current file it is using, meaning it is the only one that has a handle to it



 
 
dr_linux





PostPosted: Visual C# Express Edition, How to open files that are used by some other procsses? Top

Do a file copy, then open the copy.