Returns the full path of the current executable.
The path of the executable as a string.
$(REF1 Exception, object)
import std.path : isAbsolute; auto path = thisExePath(); assert(path.exists); assert(path.isAbsolute); assert(path.isFile);
See Implementation
Returns the full path of the current executable.