Advertisement
Guest User

Untitled

a guest
Nov 11th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for (file in sys.FileSystem.readDirectory(localePath)){
  2. trace(file);
  3. var filePath:String = sys.FileSystem.fullPath(localePath + "/" + file);
  4. var content:String = sys.io.File.getContent(filePath);
  5. //haxe.Utf8.decode(content);
  6. trace( content );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement