Ver Fonte

[lua] add TODO

Justin Donaldson há 9 anos atrás
pai
commit
b73f0b73dd
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      std/lua/_std/sys/io/File.hx

+ 1 - 0
std/lua/_std/sys/io/File.hx

@@ -40,6 +40,7 @@ class File {
 	}
 
 	public static function copy( srcPath : String, dstPath : String ) : Void {
+		// TODO : escape paths
 		Os.execute('copy $srcPath $dstPath');
 	}