Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28456 Discussions

Disabling the option of deleting a file when removed from a MVSC IVF project

avinashs
New Contributor I
346 Views

When using Microsoft Visual Studio to build IVF projects, the action of removing a file from the project also gives the option of deleting the file permanently. This may cause accidental deletion of an important file and I would rather not have this option. Is there a way to disable the delete option while removing a file? I have noticed that for C++ projects, Microsoft Visual Studio simply removes the file without prompting the user with any dialog boxes and the file is secure in its location on the drive. This is what one wants to do most of the time.

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
346 Views

There is no user control over this. I suggest submitting a feature request to the Intel Online Service Center. It has often been the case that Microsoft adds VS features for C++ that require enabling by Fortran.

0 Kudos
avinashs
New Contributor I
346 Views

Thanks for the clarification. I will submit a feature request for the same.

0 Kudos
Reply