able Posted June 12, 2020 Share Posted June 12, 2020 I'm looking to make a workflow that would take convert a path name from windows to mac. Windows-using work colleagues often send me the full path name for docs in Google Drive File Stream, but they don't work because a) Mac has a different way of naming volumes in paths and b) the back slashes need to become forward slashes to work correctly. Anyone know if something that could convert at least the slash direction easily? Thanks all Link to comment
deanishe Posted June 12, 2020 Share Posted June 12, 2020 It's pretty trivial to do. You might be able to do it by chaining a few of Alfred's built-in Replace elements together. Can't say for sure without some example paths. Link to comment
skarchmit Posted June 13, 2020 Share Posted June 13, 2020 What if you use pathlib from python? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now