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