Board index » delphi » Alias path name in runtime

Alias path name in runtime

How can I obtain the full path for an alias used in a session during runtime?

I use the BDE, Delphi3 and want to check for file names in the current alias
directory.

Thanks

Lucas

 

Re:Alias path name in runtime


Hi Lucas

Check out the help files for these methods of session

GetAliasParams
ModifyAlias

Regards

Rick

Quote
"Lucas Gertenbach" <jlbach.gertenb...@{*word*269}.net> wrote in message

news:pzM26.18844$ca6.351048@news6-win.server.ntlworld.com...
Quote
> How can I obtain the full path for an alias used in a session during
runtime?

> I use the BDE, Delphi3 and want to check for file names in the current
alias
> directory.

> Thanks

> Lucas

Re:Alias path name in runtime


Thank you, Rick. I followed your advice, it works.
Lucas

In article <978086812.100...@azores.network-i.net>, rick.cl...@NOSPAMrequis.com
says...

Quote

>Hi Lucas

>Check out the help files for these methods of session

>GetAliasParams
>ModifyAlias

>Regards

>Rick

>"Lucas Gertenbach" <jlbach.gertenb...@{*word*269}.net> wrote in message
>news:pzM26.18844$ca6.351048@news6-win.server.ntlworld.com...
>> How can I obtain the full path for an alias used in a session during
>runtime?

>> I use the BDE, Delphi3 and want to check for file names in the current
>alias
>> directory.

>> Thanks

>> Lucas

Other Threads