Cast the path to a string.
assertEqual(PathType("C:/hello/world.exe.xml").to!StringType, "C:/hello/world.exe.xml");
See Implementation
Cast the path to a string.