[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert string to encoding for use in single-byte file system API
Source position: ustringh.inc line 169
function ToSingleByteFileSystemEncodedFileName( |
const Str: UnicodeString |
):RawByteString; |
const arr: array of WideChar |
):RawByteString; |
const Str: RawByteString |
ToSingleByteFileSystemEncodedFileName converts the argument (Str or Arr) to a single-byte string, encoded using the codepage used by the single-byte file system API.
This routine is simply an auxiliary routine, which converts the argument to a single-byte string using DefaultFileSystemCodePage as a codepage.
|
Codepage to use for filenames |