Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Inquire if file in use by other application

wkramer
Beginner
573 Views
Hello,

I have tried to use INQUIRE with several specifiers(SHARE, WRITE, OPENED etc.) to try to find out if a specific file is in use by another application (opened), but I always get something like 'UNKNOWN'.
Is there a method do what I want?

Thanks,

Walter Kramer
0 Kudos
1 Reply
Steven_L_Intel1
Employee
573 Views
INQUIRE won't do the job. Best thing to do is OPEN it and see if you get an error.

Steve
0 Kudos
Reply