getExecutablesLocation method

File getExecutablesLocation(
  1. File file
)

Get a location for storing an executable file created from the given file.

Implementation

File getExecutablesLocation(File file) =>
    File(path.join(_executablesDir, hash(file.path).toString()));