dropboxPath.m

Get path to dropbox folder of current user.

Download
Download

You are now following this Submission

Cite As

christhechris (2026). dropboxPath.m (https://au.mathworks.com/matlabcentral/fileexchange/47644-dropboxpath-m), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: Byte encoding utilities

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.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.

Download
1.0.0

Download