Thank you very much for trying it. If it can run in your environment and not in 
mine, then there may be something wrong with my environment.

But, It seems that the problem is not with the runtime, but with the compile 
time. If you have time, I'd like you to stay on.

The location of the Nim file is the same as before 
(`\\sampleserver\path\to\nimfile\sample.nim`), but I changed the file opened in 
the Nim file (ex: `\\anotherserver\path\to\csv\sample.csv`). Then, the compile 
error outputs OS error for path A as follows, 
    
    
    oserr.nim(94)            raiseOSError
    Error: unhandled exception:
    Additional info: "\\\\sampleserver" [OSError]
    
    
    Run

I think this error is an error for the UNC path of the Nim file. In fact, the 
Nim file in the local path (ex: `C:\`) did not cause any compile error or 
runtime error when the CSV file in the UNC path was opened.

If you have any information on this, please let me know.

Reply via email to