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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IP Address

Status
Not open for further replies.

extempore

Programmer
Jun 1, 2001
71
US
I need to access a folder in a remote machine through PowerBuilder code. I know the IP address and the Uid/pwd of that machine. Can someone help me giveing some examples.

Thanks
 
Try this...

IF FileExists("\\137.25.164.3\subdir1\subdir11\file.txt") &
THEN
MessageBox("File", "EXITS" )
END IF
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top