I have a problem with the JShell. I have entered the following code.
js.Initialize("js",File.DirApp & "\edf2ascii.exe",Array As String(path))
js.WorkingDirectory = "C:\copy"
js.Run(-1)
The edf2ascii.exe is also started. The file to be converted is also converted.
The output of the conversion does not happen in the js.WorkingDirectory = "C: \ copy", but in the directory of the file to be converted.
During the runtime, the following is displayed "Error evaluating expression" during a stop at js.WorkingDirectory = "C: \ copy".
I thought the WorkingDirectory also contains the converted files. Is that wrong ?
js.Initialize("js",File.DirApp & "\edf2ascii.exe",Array As String(path))
js.WorkingDirectory = "C:\copy"
js.Run(-1)
The edf2ascii.exe is also started. The file to be converted is also converted.
The output of the conversion does not happen in the js.WorkingDirectory = "C: \ copy", but in the directory of the file to be converted.
During the runtime, the following is displayed "Error evaluating expression" during a stop at js.WorkingDirectory = "C: \ copy".
I thought the WorkingDirectory also contains the converted files. Is that wrong ?