Path.hx 67 B

12345
  1. package cpp.io;
  2. #if !haxe3
  3. typedef Path = haxe.io.Path;
  4. #end