PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [WD75] Local VS network folder
[WD75] Local VS network folder
Started by kamarad, Aug., 12 2003 1:49 AM - 1 reply
Posted on August, 12 2003 - 1:49 AM
Hello all,
I have a table in which I populate all the files of a given folder as follow: the directory name, the file name and file's last modified date. My problem is that if I read from a local folder, it populates the last modified date as it should, but if I do it from a network folder, it doesn't (it only happens with the date; the folder name and file name populate just fine). I do have full rights on the network folder.
Has anyone of you come across this problem before ? If yes, were you able to find a solution ?
Thanks in advance,
Christian
Posted on August, 12 2003 - 11:38 AM
Hello all,
I have a table in which I populate all the files of a given folder as follow: the directory name, the file name and file's last modified date. My problem is that if I read from a local folder, it populates the last modified date as it should, but if I do it from a network folder, it doesn't (it only happens with the date; the folder name and file name populate just fine). I do have full rights on the network folder.
Has anyone of you come across this problem before ? If yes, were you able to find a solution ?
Thanks in advance,
Christian

Hi, this seems to be some Windows specific gag. Try to associate a drive letter to that folder and then list files of that drive. Most probably you'll see dates and sizes now. After that, cancel the drive letter association ..
Regards,
Guenter