Inconsistency between "exist" function and "h5info" with long file path
이전 댓글 표시
When a file path greater than 260 characters is specified, the "exist" function returns a positive value between 1 to 7. However, the "h5info" function is not able to read the file. Something like below fails because of this inconsistency:
if( exist(FILEPATH) )
h5info(FILEPATH)
end
Why does this inconsistency exist in MATLAB?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 HDF5 Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!