Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check whether or not Exe is in use
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01381527
Message ID:
01381550
Views:
59
>>>Using FOPEN('some.exe',1) to check whether or not the exe is in use will give accurate results if the folder is readwrite. If fopen() succeeds, then the exe is not in use. If fopen() fails, then the exe is in use.
>>>
>>>However, if the folder is readonly fopen() will always fail, even if it is not in use.
>>>
>>>Is there another way (preferably an API) that can tell whether or not the exe is in use, no matter by whom or by what process?
>>
>>Enumerate the running processes instead
>>http://www.news2news.com/vfp/?function=-1&example=164
>
>Will this also work for an EXE that is on the network and used by others on the network?

You could run the code server-side.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform