Hi,<br><br>In order to write cross platform programs, shall I use ForceDirectories or ForceDirectoriesUTF8? I would like to:<br><ul><li>Use native charset on the platform (i.e. UTF8 on Linux and whatever codepage on Windows)</li>
<li>Avoid using AnsiString or the like (as all my programs use string type, change them all to AnsiString is scaring and I don't know the consequence at all).</li></ul><p>Thanks.<br></p>