Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using ":" as the path separator in preference files causes Windows grumpiness #23

Open
raacampbell opened this issue May 9, 2018 · 4 comments

Comments

@raacampbell
Copy link
Collaborator

Suggested solution:
myLine = regexprep(myLine,'(:[^\\])',':::') to convert C:\sdfds:sdfds:sdfsd to C:\sdfds:::dfds:::dfsd then doing strsplit based on :::

@alexanderbrown
Copy link
Collaborator

Where is this causing a problem?

@raacampbell
Copy link
Collaborator Author

I was told it was the cell counter plugin on Windows. I gave the above solution to the user. They implemented it but saw more problems downstream. I don't know what these were. They switched to Linux instead and didn't look into the solution further.

@alexanderbrown
Copy link
Collaborator

Shall we put this on hold for now?

@raacampbell
Copy link
Collaborator Author

Yeah, I was just reporting so it didn't get forgotten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants