Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Network paths mapped to drive letters
#1
Did QM always support network-paths mapped to drive letters?
Example:
\\192.168.1.3\NAS_1\data    =>   z:\data

I think I seem to remember it always did but "suddenly" it doesn't work anymore.

Macro Macro50
Code:
Copy      Help
if(!FileExists("z:\data" 1))
,mes("Folder does not exist.")

It does work when using: \\192.168.1.3\NAS_1\data

I haven't used QM in combination with my network drives for a long time, so I might not remember correctly and QM never did support mapped network drives.
That's why I am asking.
But if it does support mapped network drives, then I might have set one settings incorrect?
(I am running as admin.)

To avoid any misunderstanding, I am not talking about running QM from a mapped network drive.
It's about scripts accessing the mapped network drive.
#2
A UAC problem. Admin and non-admin processes have different sets of drive mappings.
Run the macro as non-admin.
Or map the drive in an admin process too.
#3
Thanks!


Forum Jump:


Users browsing this thread: 1 Guest(s)