BatPathGenSourceFilepath handling.
Paths can be used with different string implementations:
Path.OfRope to use paths built of validated UTF-8 strings (Rope.t)Path.OfString to use paths based on primitive string type. Actual strings may use UTF-8 encoding.