|
FullParamStr function
|
|
| acUtils
|
| function FullParamStr: String;
|
| 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
|