Hi Jarek,
unlocking a locked file is not supported by any operating system.
When an application locks a file for access (ie. write) it protects itself from 
modifications made
by other applications. The OS guarantees, that this will work as assumed.
If you need to open a file which is opened by another app. try to open it as 
read-only and/or use
an appropiate share-mode (deny none). Have a look into delphi's help for 
"FileOpen".
Have fun
Bob

>     I need to force unlock file open by other applicaton. Can you suggest 
>     any idea how to do this?
>     
>                           Jarek



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to