Please, has anyone how to connect to a folder that it's on the server using visual basic 6???
Thanks in advance
Please, has anyone how to connect to a folder that it's on the server using visual basic 6???
Thanks in advance
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
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.