JoinPath(Arg1, Arg2, varargin)

버전 1.0.0.0 (3.5 KB) 작성자: Jan
Fixed FULLFILE for 2015b
다운로드 수: 59
업데이트 날짜: 2016/2/18

라이선스 보기

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

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 File Name Construction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Typo fixed.