IDEEngine - Finding user created Project Path

Hello,

How can we get the path from IDEEngine or IDEScripter of user created Project?

Let me try and explain.

In my software in which I am using Scripter. I have provided the user the complete IDE. Now using the IDE the user creates a project at some location on the HDD. How can we get the location of this Project with full path?

Regards,

Yogesh 

The projects are just regular Windows files. Your user can save the file whenever he wants, you can define the current directory of the application as you should do in Delphi (no scripter involved) and you can use regular System.IOUtils classes and methods to extract file name/path from full file names.