Posts: 795
Threads: 136
Joined: Feb 2009
Hi Gintaras, hi all
I have trouble using a function in a NAS.
It's called in windows \\MULTIMEDIA, but when I use GetFilesInFolder to list file in a NAS folder, it returns an empty array..
Any idea?
Thanks
Posts: 12,140
Threads: 142
Joined: Dec 2002
I don't know about NAS, but file paths starting with \\ mean "network path" and must be "\\server\sharedFolder\*".
Posts: 795
Threads: 136
Joined: Feb 2009
if you mean "\\192.168.1.27\Musique\CD\Classique\" as path, don't work neither
Posts: 795
Threads: 136
Joined: Feb 2009
hmmm, seems to be related to ressource access, not a QM code problem...
The network NAS shared folder(s) is protected by login/password to access folders inside it, and though I granted access to Windows Explorer and visualize the folder tree, seems QM can't access the network share without
login into it.
Is QM able to open a shared folder by using login/password in the macro, to be able to iterate through it and use code with the its content???
Posts: 12,140
Threads: 142
Joined: Dec 2002
QM itself no, I don't know what Windows API to use.
Posts: 795
Threads: 136
Joined: Feb 2009