ExportAFile default directory

sublimenal

New member
Hi there,

Just got a quick question. I’m trying to export a file, got everything working perfect but im wondering if we can choose a default directory? Instead of just using desktop

Thanks for any help.

Script code:
Code:
function ExportMyFile(Path,FileNameDLG: String): String;
begin
Result := ExportAFile(Path, "Save LSP File", FileNameDLG); 
end;
php code:
Code:
$filename = exo_return_hescriptcom("UserMain.ExportMyFile|".$file."|".$_POST'mip'].".lsp", "Error");
 
Last edited:
Back
Top