How to get Client desktop Path [message #344874] |
Mon, 01 September 2008 08:34 |
rbhadane
Messages: 8 Registered: November 2007 Location: gujarat
|
Junior Member |
|
|
Hi,
I am using webutil to extract queried data to clients desktop
currently I have windows2000 for me and solution i have is
o_clientinfo := Webutil_clientinfo.get_user_name;
cout := 'C:\Documents and Settings\'||o_clientinfo||'XYZ.csv' ;
as hard coded path
but the problem is we have various users and the home path would be deferent and some of they have windows vista or linux OS
so My question is do we have any utility or some solution to get user desktop path ?
please reply soon
|
|
|
|
Re: How to get Client desktop Path [message #344984 is a reply to message #344874] |
Tue, 02 September 2008 01:58 |
rbhadane
Messages: 8 Registered: November 2007 Location: gujarat
|
Junior Member |
|
|
hi,
Yes Linux OS has Desktop
but I don't want to hard code the path
I just wanna get ti using some function or something
so I will be dynamic independent of client using my form
and then the file I am creating will get generated on client machines desktop..
please advice
|
|
|
|