dropboxPath.m
This function returns the path to the Dropbox folder of the current user (if it exists). 
This is read from the dropbox host.db database, assuming it is in the default location.
for unix/mac
~/.dropbox/host.db
for windows
%APPDATA%\Dropbox\host.db
Base 64 decode used code from "Byte encoding utilities" (File ID: #39526).
Tested on OSX 10.9 and Win 7 with Dropbox 2.10.27 (personal account only, I have no idea what host.db looks like for business account).
引用
christhechris (2025). dropboxPath.m (https://jp.mathworks.com/matlabcentral/fileexchange/47644-dropboxpath-m), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Programming > Files and Folders > Filename Construction >
- MATLAB > External Language Interfaces > Other languages > DropBox >
タグ
謝辞
ヒントを得たファイル: Byte encoding utilities
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!