FileSystem.unit.hx 192 B

123456
  1. #if sys
  2. sys.FileSystem.exists("unitstd") == true;
  3. sys.FileSystem.exists("unitstd/") == true;
  4. sys.FileSystem.isDirectory("unitstd") == true;
  5. sys.FileSystem.isDirectory("unitstd/") == true;
  6. #end