Skip to main content

en dash in windows file path

Comments

2 comments

  • David Paras

    You can try mounting the LAN file target to a local location using the "map network drive" option on the Adeptia server.

    0
  • David Paras

    Currently, I’m running the application as a service under the LocalService account. I’d rather not deal with the security issues of mapped drives (from the MSDN entry below) or change the Adeptia logon context if there’s a simpler alternative.

    http://msdn.microsoft.com/en-us/library/windows/desktop/ms685143(v=vs.85).aspx

    It occurred to me I could use the DOS 8.3 file short name, which appears to work.

    0

Post is closed for comments.