Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Net Dir Path

Status
Not open for further replies.

bliv711us

Programmer
Joined
May 15, 2002
Messages
1
Location
US
Is it possible to dynamically set the net dir path in delphi 5. If so, can anyone please help with a sample? I can get the path dynamically, I just can't figure out how to SET it dynamically. Thanks for any assistance
 
bliv711us,

Yes, try:

Code:
Session.NetFileDir := 'c:\netdir\';

You can also set the private directory with Session.PrivateDir.

Hope this helps...

-- Lance

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top