PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → fListFile with UNC Path
fListFile with UNC Path
Iniciado por guest, 15,nov. 2016 16:07 - 1 respuesta
Publicado el 15,noviembre 2016 - 16:07
Hello,

FListFile seems not te work with UNC path.

A Server is connected with an external computer via VPN.

I have access to one map.

I have to import the files in that map.

If the map is connected with a drive letter it works. But that connection is not stable.

Someone advised me to use the UNC name. But I can not read the content via the UNC path.

Some ideas.

Thanks,

Willy Hermans
Publicado el 16,noviembre 2016 - 05:57
Is sharing and security set up correctly for the target directory? Can you see the file list in the File Manager.

Are you using something like

FList is ANSI string = fListFile("\\S1\MyDirectory\*.*",frNotRecursive+frNoHiddenFile+frNoHiddenDirectory)