In my program i have set a lock on one of my files. When run concurrently i dont want my program to wait on that lock and display an error message once the wait time expires. Rather i would like my program to do something else once it finds that the required file has been locked. Can i make this happen? Thanks Esh I