Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Burninating the [pc] tag - yum!
Source Link
Unihedron
  • 11.1k
  • 13
  • 65
  • 72

I want to create a script that will always run in Windows Explorer that will take a Mac OS X path and convert it to a Windows path automatically. So if I receive a Mac path and am working on Windows I can copy the Mac file path into Explorer and it will resolve to the proper location.

Example:

Mac Path: file:///Volumes/file_server/projects/foofile:///Volumes/file_server/projects/foo
Win Path: Z:\projects\foo Z:\projects\foo

Is there a way to add in this functionality to Windows?

Thanks!

I want to create a script that will always run in Windows Explorer that will take a Mac OS X path and convert it to a Windows path automatically. So if I receive a Mac path and am working on Windows I can copy the Mac file path into Explorer and it will resolve to the proper location.

Example:

Mac Path: file:///Volumes/file_server/projects/foo
Win Path: Z:\projects\foo

Is there a way to add in this functionality to Windows?

Thanks!

I want to create a script that will always run in Windows Explorer that will take a Mac OS X path and convert it to a Windows path automatically. So if I receive a Mac path and am working on Windows I can copy the Mac file path into Explorer and it will resolve to the proper location.

Example:

Mac Path: file:///Volumes/file_server/projects/foo
Win Path: Z:\projects\foo

Is there a way to add in this functionality to Windows?

Source Link

Automatically convert Mac file path to PC file path

I want to create a script that will always run in Windows Explorer that will take a Mac OS X path and convert it to a Windows path automatically. So if I receive a Mac path and am working on Windows I can copy the Mac file path into Explorer and it will resolve to the proper location.

Example:

Mac Path: file:///Volumes/file_server/projects/foo
Win Path: Z:\projects\foo

Is there a way to add in this functionality to Windows?

Thanks!