<div dir="ltr"><div>Dear,</div><div><br></div><div>is there a restriction in path length when using fileinfo() ?</div><div></div><div>I find files paths with a total length of > 256 characters.</div><div><br></div><div><br></div><div>e.g.:</div><div><br></div><div></div><div>
total file name length = 77 characters // including the file extension</div><div>
</div><div>total path length = 265 characters <br></div><div><br></div><div>[ret, err] = fileinfo( absolute_path_to_file);</div><div><br></div><div>ret = [ ]</div><div>err = -1</div><div><br></div><div><br></div><div><br></div><div>
the absolute_path_to_file
is correct and the file does exists...So I have two assumptions:</div><div><br></div><div>- name of the file is to long ... limit at 32 or 64 characters ?<br></div><div><br></div><div>and/or<br></div><div><br></div><div>- fileinfo() can only handle 256 characters ... maybe 260, because of null character at the string end ?<br></div><div><br></div><div></div><div></div><div><br></div><div>Best Regards,</div><div>Philipp<br></div></div>