Check mount location

This commit is contained in:
Scott E. Graves
2018-12-12 10:28:04 -06:00
parent eb5198d601
commit e223eac541
4 changed files with 69 additions and 26 deletions

View File

@@ -27,6 +27,8 @@ exports.IPC_Check_Dependency_Installed_Reply = 'check_dependency_installed';
exports.IPC_Check_Installed = 'check_installed';
exports.IPC_Check_Installed_Reply = 'check_installed_reply';
exports.IPC_Check_Mount_Location = 'check_mount_location';
exports.IPC_Delete_File = 'delete_file';
exports.IPC_Detect_Mounts = 'detect_mounts';