Read file path into raw array with one extra terminating zero byte.
This extra terminating zero (null) byte at the end is typically used as a
sentinel value to speed up textual parsers or when characters are sent to a
C-function taking a zero-terminated string as input.
Read file path into raw array with one extra terminating zero byte.
This extra terminating zero (null) byte at the end is typically used as a sentinel value to speed up textual parsers or when characters are sent to a C-function taking a zero-terminated string as input.
TODO: Add or merge to Phobos?