I'm still using Everything in the complex context of a Windows service, and I now would like to support network shares.
I understood that when not executing from the user's profile one must use UNC paths instead of mapped drives.
That's what I'm currently doing, but I never get any result out of my queries.
I enabled the log file and found the following error message:
Code: Select all
2020-04-27 21:15:27.436: CreateFileW(): 1326: Failed to open file \\naspire\Photos\2010
2020-04-27 21:15:27.436: os_create_file \\naspire\Photos\2010 1326
Code: Select all
folders="\\\\naspire\\Photos\\2010"
Is there a way to get out of this issue?