file library
Functions
-
cleanIfExists(
String path) → void -
copyFile(
String source, String dest) → void -
createFolder(
String path) → void -
getAllFiles(
String dir) → List< File> -
isDynamic(
File file) → bool -
isHtml(
File file) → bool -
pathBasename(
String path) → String -
pathJoin(
List< String> paths) → String -
pathSplit(
String path) → List< String> -
writeFile(
String path, String content) → void