-
Notifications
You must be signed in to change notification settings - Fork 47
Problem with file path in windows #83
Comments
@BastienFR is there a specific reason you are using |
Personnaly, I use the
|
A very good point about how wide spread this use may be. As for copy-paste on windows, path copy copy has made my life so much easier! Let's you copy paths in unix-style so no more |
path copy copy seems nice! Thanks for the link, I'll check it out! |
Actually, I am using the developer (
|
Ok, strange, shouldn't be that way. Ah, I have only changed this behavior if we use And in any case it might be useful to adopt the "/" when using Windows, will change |
Commit c74af52 should take care of this issue. However, so far I only made sure to normalize the paths under Windows if the input is of type vector, raster or table (which should be the most common use cases). Interestingly, using |
|
Hello,
I've noticed that RQGIS doesn't handle file path correclty when using the
\\
in windows.Example:
The error here is caused by the fact that the folder temp starts whit a "t" making the
\\temp
become\t
which is a tab in R. This can be work around by using/
instead of\\
, however I think it would be more robust to fix this.Thanks
Bastien
The text was updated successfully, but these errors were encountered: