FileSystemManager class
Manages file system operations for app module creation.
This class handles all file system operations required for creating new app modules, including directory creation, file deletion, and path validation.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
removeUnusedDir(
String pathApps, String appsName) → void - Removes platform-specific directories that are not needed for packages.
-
validateAppPathDoesNotExist(
String pathApps) → void - Validates that an app module does not already exist at the specified path.