I want to make a shortcut to see the attached files in the directory where I saved the S3D project..when I save the project in the respective folder in our case Test project, the shortcut button should automatically go to where the S3D file is saved..I tried FileName and FILE_NAME..is it possible to do it?
thanks
Program Folder;
Procedure DoIt;
var
PDF:TpdfPrinter;
Begin
PDF:=TpdfPrinter.create(1250);
PDF.FileName := PrgFolder+’SobaSav\Test proiject’;
PDF.ShowPdf;
PDF.Free;
End;
Begin
Doit;
End.

Example:
- Open Corpus
- Open project C:\myprojects\project1.s3d
- click button
- folder C:\myprojects\ opens on your PC?
This is what you want?
If yes… hm, I am not sure, if there is no system variable that stores path of current file…
I’ll investigate it… there is so little documentation about Corpus that it is so hard to do anything without manual…
It is not possible.
yes curent path need to know if is possible to do..can be done by a bat or ini extension?