(translator=pacific, ChineseSource=pacific-20020619-10\fileparts.html, EnglishSource=c:\matlabr12\help\techdoc\ref\fileparts.html)
MATLAB Function Reference    
fileparts

回傳檔案的部分片段(Return filename parts)

Syntax

Description

[path,name,ext,ver] = fileparts('filename') 回傳指定檔案的路徑、檔名、延伸檔名和版本。而 ext 欄位中,延伸檔名包括點 (.)。

 fileparts 函式不是每個作業系統平台都支援(function is platform dependent)。

你可以用下列指令和檔案的部分片段來重新建構完整的檔案名稱。(You can reconstruct the file from the parts using)

Examples

下列範例回傳檔案的路徑、檔名、延伸檔名和版本。

See Also

fullfile


 filebrowser fill