FullParamStr function
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function FullParamStr: String;  

Description
The FullParamStr function retreives all parameters as one string.  
 
For example, if your project was executed as  
  c:\Documents And Settings\UserX\My Documents\My Project\Project1.exe c:\Documents And Settings\UserX\My Documents\My Pictures\Picture.jpg  
 
the function returns  
  c:\Documents And Settings\UserX\My Documents\My Pictures\Picture.jpg