0

So I'm building an app that needs to know the location of the Box folder on the user's Mac - not just when it is in the default /Users/{user}/Box Documents folder, but anywhere if they may have shifted it.

Is this location stored in a file or some environment variable ?

0xff0000
  • 907
  • 2
  • 11
  • 25

1 Answers1

1

This is by no means an officially supported solution, but I managed to locate this in

{user}/Library/Application Support/Box Sync/LastLoggedInUserInfo.xml
seanrose
  • 8,185
  • 3
  • 20
  • 21