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.
TODO: add or merge to Phobos?
https://en.wikipedia.org/wiki/Sentinel_value
http://forum.dlang.org/post/pdzxpkusvifelumkrtdb@forum.dlang.org
See Implementation
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.
TODO: add or merge to Phobos?