FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour OT - download folder of standard browser
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
OT - download folder of standard browser
Posted: Wed Jul 05, 2017 03:46 PM

Hello,

Does anyone know where I can read in which folder the standard browser puts its downloads?

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: OT - download folder of standard browser
Posted: Thu Jul 06, 2017 01:48 PM
Driessen

Typically the \Downloads folder is in the \Users directory .. \users\downloads .. Consider this code to pull the information from the system environment :

Rick Lipkin

Code (fw): Select all Collapse
cLocation := GetEnv( "USERPROFILE" )
cLocation := cLocation+"\Downloads"

Continue the discussion