FilePath.cString

Return the complete text of this filepath as a null terminated string for use with a C api. Use toString instead for any D api.

Note that the nul is always embedded within the string maintained by FilePath, so there's no heap overhead when making a C call.

class FilePath
final inout
inout(char)[]
cString
()

Meta