JoinPath(Arg1, Arg2, varargin)

Version 1.0.0.0 (3,5 KB) von Jan
Fixed FULLFILE for 2015b
59 Downloads
Aktualisiert 18 Feb 2016

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2015b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu File Name Construction finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

Typo fixed.