- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible for Intel Fortran for Windows to open a file through a shortcut in WinXP Pro? I tried just the OPEN statement on a shortcut that linked to a text file; that did not work. Is there some other way? Does this work on Vista?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Shortcuts are a feature of the Windows shell, not the file system, so no, you cannot "OPEN" a shortcut. There is a COM interface for resolving a shortcut ("Shell link") which might be usable from Fortran using the Module Wizard, but this is not something I have ever looked at.
See this MSDN Library article for more information.
See this MSDN Library article for more information.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page