DirectoryX extension
- on
-
- Directory
Methods
-
getBuild(
) → Future< Directory> -
Available on Directory, provided by the DirectoryX extension
-
getConstructs(
) → Stream< Directory> -
Available on Directory, provided by the DirectoryX extension
-
getDartTool(
) → Future< Directory> -
Available on Directory, provided by the DirectoryX extension
retrieves the .dart_tool directory, the directory may NOT exist -
getDartToolFile(
String basename) → Future< File> -
Available on Directory, provided by the DirectoryX extension
Retrieves a file within the .dart_tool directory the file may NOT exist -
getInternalRevali(
) → Future< Directory> -
Available on Directory, provided by the DirectoryX extension
The utilities directory within the .dart_tool directory specifically used with revali -
getInternalRevaliFile(
String basename) → Future< File> -
Available on Directory, provided by the DirectoryX extension
retrieves the file within getInternalRevali dir -
getPublic(
) → Future< Directory> -
Available on Directory, provided by the DirectoryX extension
-
getRevali(
) → Future< Directory> -
Available on Directory, provided by the DirectoryX extension
The directory within the root directory specifically used for revali -
getRevaliFile(
String basename) → Future< File> -
Available on Directory, provided by the DirectoryX extension
retrieves the file within getRevali dir -
getRoot(
) → Future< Directory?> -
Available on Directory, provided by the DirectoryX extension
-
getRoutes(
) → Future< Directory?> -
Available on Directory, provided by the DirectoryX extension
-
getServer(
) → Future< Directory> -
Available on Directory, provided by the DirectoryX extension
-
sanitizedChildDirectory(
String basename) → Directory -
Available on Directory, provided by the DirectoryX extension
-
sanitizedChildFile(
String basename) → File -
Available on Directory, provided by the DirectoryX extension