JoinPath(Arg1, Arg2, varargin)

Versione 1.0.0.0 (3,5 KB) da Jan
Fixed FULLFILE for 2015b
59 download
Aggiornato 18 feb 2016

Visualizza la licenza

JoinPath is a replacement of FULLFILE, which is faster and works correctly under Matlab 2015b for drive letters:
JoinPath('C:\', '\') % 'C:\'
fullfile('C:\', '\') % 'C:\\'

Cita come

Jan (2024). JoinPath(Arg1, Arg2, varargin) (https://www.mathworks.com/matlabcentral/fileexchange/55474-joinpath-arg1-arg2-varargin), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su File Name Construction in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Typo fixed.