public static void createFileNonRecursive(FileContext fc, String name) throws IOException {
   Path path = getTestRootPath(fc, name);
   createFileNonRecursive(fc, path);
 }