Please, has anyone how to connect to a folder that it's on the server using visual basic 6???

Thanks in advance

Recommended Answers

All 2 Replies

There is no such concept on MS-Windows operating system like there is on *nix, except to use win32 api FindFirstFile() and FindNextFile().

Is the drive mapped? Then DriveLetter:\Path\File.Extension NO? Then use a regular UNC path format.


Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.