Hey again,
Now I'm trying to get all the filenames in the open project, but I'm having trouble finding a function or series of functions to do that. I fist tried opening the project file and getting the filenames by parsing, but it concatenated the path names. I also looked through the source code for both the projects form and the projects property form, but didn't see anything that particularly stood out.
The format I'm trying to get is the full path names, so I can run them with a batch file.
Any suggestions?