utils/file_handler library
Classes
- CopyResult
- Result of a file copy operation
Functions
-
copyFile(
String sourcePath, String destinationPath, bool overwrite, [String transformContent(String)?]) → CopyResult -
ensureDirectoryExists(
String dirPath) → void -
findCliRoot(
) → String -
getCoreFilePath(
String relativePath) → String -
isPathSafe(
String destinationPath, String projectRoot) → bool