Browse Source

[lua] add TODO

Justin Donaldson 9 years ago
parent
commit
b73f0b73dd
1 changed files with 1 additions and 0 deletions
  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 {
 	public static function copy( srcPath : String, dstPath : String ) : Void {
+		// TODO : escape paths
 		Os.execute('copy $srcPath $dstPath');
 		Os.execute('copy $srcPath $dstPath');
 	}
 	}