- Status Closed
- Percent Complete
- Task Type Bug Report (major)
- Category Backend / Core
-
Assigned To

Joseph Cox - Operating System All
- Severity Medium
- Priority Very High
- Reported Version 4.36
- Due in Version 4.37
-
Due Date
Undecided
- Votes
- Private
Attached to Project: FileSieve 4
Opened by Joseph Cox - 31 May 2018
Last edited by Joseph Cox - 31 May 2018
Opened by Joseph Cox - 31 May 2018
Last edited by Joseph Cox - 31 May 2018
FS#345 - UNC paths cannot be specified via the command-line
For example, the following path:
The first slash of the two leading slashes is being treated as a switch character and consequently is being stripped from the UNC, so textForge cannot open it correctly.
There is now a check within the BiQubic.Suite.Core.AppFramework library that now determines if a command-line parameter starts with a double-slash; if it does, then it is treated as an unswitched parameter.