Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Aug : Get Filespec for DLL
Hi All, I need to get the full file specification from within a DLL like C:\Windows\System32\mydll.dll. When I use Application.Name or ParamStr(0), it gives me the calling application's name. How do I do this? Thanks, Steve