为给定的 path 创建一个新的 File 对象。
path
当此覆盖被安装时,此函数覆盖了 new File() 和 new File.fromUri() 的行为。
new File()
new File.fromUri()
File createFile(String path) => new _File(path);