executableFilePath property

String? executableFilePath
final

Path to the executable file that should be interfaced for. Make sure the file exists; ProcessInterface doesn't check for it explicitly in all constructors.

Either an absolute path or relative to ProcessInterfaceOptions.workingDirectory.

Implementation

final String? executableFilePath;