The error message "CMD does not support UNC paths as current directories." is reported when a UNC path is used in a Windows Command Prompt.
Betrifft
- Creo Parametric 1.0 to 7.0
Beschreibung
- The error message CMD does not support UNC paths as current directories. is reported when a UNC path is used in a Windows Command Prompt.
- When you call out CreateProcess on Cmd.exe, for example:
- CreateProcess(NULL, "cmd /c copy file1 file2", ....)
- and the current directory has been set to a universal naming convention (UNC), Cmd.exe returns the following message:
- '<UNC path>' is an invalid current directory path. UNC paths are not supported.
Defaulting to Windows directory.
- '<UNC path>' is an invalid current directory path. UNC paths are not supported.