I have a tool that needs to open Project files to get data out of them. Some of these project files are hosted on the Project Server site rather than a network location that can be browsed to with a normal file explorer.
I know you can open files that are hosted on Project Server using the FileOpenEx method using the <>\[FileName]
notation. I just need to get a list of the project names on Project server.
Is this possible? If so, how can I do it?