0xff0000
0xff0000

Reputation: 917

Get location of Box folder in Mac

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 ?

Upvotes: 0

Views: 395

Answers (1)

seanrose
seanrose

Reputation: 8685

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

{user}/Library/Application Support/Box Sync/LastLoggedInUserInfo.xml

Upvotes: 1

Related Questions