import { RealFileSystemHost } from "https://deno.land/x/ts_morph@18.0.0/common/ts_morph_common.js";
Methods
copy(srcPath, destPath)
copySync(srcPath, destPath)
delete(path)
deleteSync(path)
directoryExists(dirPath)
directoryExistsSync(dirPath)
fileExists(filePath)
fileExistsSync(filePath)
getDirectoryNotFoundErrorIfNecessary(err, path)
getFileNotFoundErrorIfNecessary(err, path)
glob(patterns)
globSync(patterns)
mkdir(dirPath)
mkdirSync(dirPath)
move(srcPath, destPath)
moveSync(srcPath, destPath)
readDirSync(dirPath)
readFile(filePath, encoding?)
readFileSync(filePath, encoding?)
realpathSync(path)
writeFile(filePath, fileText)
writeFileSync(filePath, fileText)