<table><tr><td style="">ahmadsamir added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D24489">View Revision</a></tr></table><br /><div><div><p>IIUC, FILENAME_MAX corresponds to PATH_MAX, 4096 (bytes; or chars in an array).</p>

<p>NAME_MAX is the max. filename (the filename part only, without the canonical path) length, this is 255 on Linux.</p>

<p>So using FILENAME_MAX is correct in the code.</p>

<p>See:<br />
<a href="https://www.gnu.org/software/libc/manual/html_node/Limits-for-Files.html" class="remarkup-link" target="_blank" rel="noreferrer">https://www.gnu.org/software/libc/manual/html_node/Limits-for-Files.html</a> , which talks about FILENAME_MAX, NAME_MAX and PATH_MAX .... \o/<br />
/usr/include/stdio.h (from glibc-devel)<br />
/usr/include/bits/stdio_lim.h</p>

<p>And:<br />
/usr/include/linux/limits.h:<br />
#define NAME_MAX         255    /* # chars in a file name */<br />
#define PATH_MAX        4096    /* # chars in a path name including nul */</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R244 KCoreAddons</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24489">https://phabricator.kde.org/D24489</a></div></div><br /><div><strong>To: </strong>mardelle, Frameworks, dfaure<br /><strong>Cc: </strong>ahmadsamir, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>