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!

(_dos_findfirst or FindFirst) vs UNC

Status
Not open for further replies.

Oneleg

Programmer
Oct 15, 2007
10
SE
Hello!

I'm wondering if it's possible to find files on the local network (for example \\server04\picures\today\1L822002.TIF) with _dos_findfirst() or FindFirst() ?

I have the reading rights to the folder but haven't got it mapped as a unit. (ie Z: or something)
 
FindFirst should work but _dos_findfirst() most likely will not.



James P. Cottingham
-----------------------------------------
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
Got it working now.. Changed all code using _dos_findfirst() to FindFirst().
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top