Is it possible to retrieve the filename of the toplevel vi (that runs and is in memory)programmatically?
For example, if the top level vi is called "My Program.vi", I would like to get this name in my program for saving purposes etc. I could type in "My Program.vi" in a string, but sometimes I give the top level vi a different name, like "My Program revision 2.vi" and I would like the program to be able to retrieve that name so I can wire it to other functions