Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to check if a file is opened
Name: dieymir Date: May 14, 2003 at 15:03:06 Pacific OS: Win2k CPU/Ram: Duron/256
Comment:
Hello I'm writing an alarm app. in Java. One of the alarms check continuously if a given file is opened by another app. and warning the user (with a 'beep' and a message) if this happens. I'm using a thread to check this condition, but I'm not sure about the way to do this.
Summary: .Show is not a property, it's a method. Therefore if you tried using If MyForm.Show = True Then etc... End If It would not work. To check if a form is open, I think the best way would be to set a Publ...
Summary: Does anyone know how to check if a file already exists in a C++ script? I know it will be really simple, but I cannot figure it out! Thanks for your help. ...
Summary: i want to check if a file is exists in a directory or not during runtime in my C++ programme i wrote on solaris any one knows how that check can be done for unix ? in c++ ...