Mac OSX, collaborating with Windows users.
Mostrar comentarios más antiguos
I am on Mac OSX, collaborating with Windows users. They do not otherwise have to work with OSX, and so commonly hard code filesep as '\', pathsep as ';', etc. To work with their code, I have to recast all such instances with the platform independent code (i.e. use filesep, pathsep functions, instead of hard codes).
This is awkward for collaboration and a tremendous waste of time. Is there some systematic way to get the differing path conventions handled automatically?
If not, why not? This surely happens a lot.
1 comentario
Sindhu Yerragunta
el 10 de En. de 2018
Editada: Sindhu Yerragunta
el 10 de En. de 2018
Hi Gabriele,
As far as I know there is no other way apart from using the filesep and pathsep to remove the platform dependency.
-Sindhu
Respuestas (0)
Categorías
Más información sobre Search Path en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!