[Overview][Resource strings][Constants][Classes][Procedures and functions][Variables][Index] |
Checks if aDirName is availabe
Source position: fpsysfs.pas line 76
procedure CheckExported( |
const aDirName: string |
); |
aDirName |
|
Checked target directory |
After exporting a SysFS driver, the Linux Kernel needs some time for completing this task.
This procedure checks if the aDirName is available. If it is not, the program may sleep ExportCheckDelay milliseconds and check again.
If ExportCheckFailException is True and the specified directory is not available, an EExportCheckFailed exception is raised.
|
Delay after exporting for checking |
|
|
Controls if CheckExported shall raise an exception |
|
|
Raised if CheckExported failed |