Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.

How to Delete files

rahzan
New Contributor I
692 Views
I am looking for a method other than RUNQQ to delete a file, from say within a COM server. I can't use RUNQQ because it opens a DOS screen

Steve has mentioned DELETEFILEQQ
but it is not documented.

Tried:
res=DELETEFILEQQ('filename')
does not link to dfport nor DFLIB.

If this does not exist, what is the proper win API call to use?

Thanks, Tim
0 Kudos
1 Reply
Steven_L_Intel1
Employee
692 Views
My mistake. It's DELFILESQQ.

Steve
0 Kudos
Reply