Version 8 does not support UNC (Universal/Uniform Naming Convention) paths.
The format for a UNC path is: -
\\server\volume\directory\file
The location of any file is given specifically rather than describe the location of a file or directory by an arbitrary drive letter.
There are only three options available: -
UNC paths are supported from version 9 onwards.
The format for a UNC path is: -
\\server\volume\directory\file
The location of any file is given specifically rather than describe the location of a file or directory by an arbitrary drive letter.
There are only three options available: -
- Do not use shared folders
- Use a mapped drive
- Upgrade to v9 or later
UNC paths are supported from version 9 onwards.