dropboxPath.m

Get path to dropbox folder of current user.
443 descargas
Actualizado 28 ago 2014

Ver licencia

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).

Citar como

christhechris (2024). dropboxPath.m (https://www.mathworks.com/matlabcentral/fileexchange/47644-dropboxpath-m), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre File Name Construction en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas
Agradecimientos

Inspirado por: Byte encoding utilities

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

You can add arguments in similar style to fullfile to get a path within a dropbox folder, i.e.
dbpath = dropboxPath(filepart1,...,filepartN).

Note this requires the "strjoin" added in 2013a.

1.0.0.0