apache / daffodil-vscode

Apache Daffodilâ„¢ Extension for Visual Studio Code
https://daffodil.apache.org/
Apache License 2.0
10 stars 20 forks source link

TDML Copy function creates the wrong path in some Windows 10 environments #1034

Open rthomas320 opened 1 month ago

rthomas320 commented 1 month ago

The generate TDML process creates a valid TDML file in my Windows 10 environment, in the users appdata/local/temp directory. image But the copy function adds additional back directory symbols (..) to the location of the described files. image This causes the TDML execute function to fail to locate the described files. image One thing to note: My user path is setup as C:\Users\rthomas\, but my user ID is regis.thomas. The Windows 10 users that the TDML copy process works for have their user path setup like C:\Users\regis.thomas\, matching their user ID. This maybe the cause of the problem.