G
Guest
My application uses FindFirstFile for searching for specific file types
entered by a user.
Entries like c:\myfiles\*.txt and \\myserver\shareddrive\myfiles\*.txt work
okay, but when I use a UNC name with an IP address like:
\\192.168.1.10\shareddrive\myfiles\*.txt FindFirstFile returns an error(when
it's valid). I can use CreateFile with the IP address as a server name
succesfully and do a "dir", but it's the FindFirstFile that fails. Is this a
known issue?
entered by a user.
Entries like c:\myfiles\*.txt and \\myserver\shareddrive\myfiles\*.txt work
okay, but when I use a UNC name with an IP address like:
\\192.168.1.10\shareddrive\myfiles\*.txt FindFirstFile returns an error(when
it's valid). I can use CreateFile with the IP address as a server name
succesfully and do a "dir", but it's the FindFirstFile that fails. Is this a
known issue?