Lines Matching refs:filePath
3280 Dim filePath As String
3282 filePath = fso.GetAbsolutePathName(file)
3283 If fso.FileExists(filePath) Then
3284 fso.DeleteFile filePath, True
3407 Dim filePath As String
3410 filePath = fso.GetAbsolutePathName(CBASE_RESOURCE_DIR & "\" & CWORD_DRIVER_FILE)
3411 If Not fso.FileExists(filePath) Then
3412 missingFile = filePath
3416 filePath = fso.GetAbsolutePathName(CBASE_RESOURCE_DIR & "\" & CEXCEL_DRIVER_FILE)
3417 If Not fso.FileExists(filePath) Then
3418 missingFile = filePath
3422 filePath = fso.GetAbsolutePathName(CBASE_RESOURCE_DIR & "\" & CPP_DRIVER_FILE)
3423 If Not fso.FileExists(filePath) Then
3424 missingFile = filePath
3428 filePath = fso.GetAbsolutePathName(CBASE_RESOURCE_DIR & "\" & CLAUNCH_DRIVERS_EXE)
3429 If Not fso.FileExists(filePath) Then
3430 missingFile = filePath
3434 filePath = fso.GetAbsolutePathName(CBASE_RESOURCE_DIR & "\" & CMSO_KILL_EXE)
3435 If Not fso.FileExists(filePath) Then
3436 missingFile = filePath
3440 filePath = fso.GetAbsolutePathName(CBASE_RESOURCE_DIR & "\" & CRESULTS_TEMPLATE_FILE)
3441 If Not fso.FileExists(filePath) Then
3442 missingFile = filePath
3446 filePath = fso.GetAbsolutePathName(CBASE_RESOURCE_DIR & "\" & CRESOURCE_DLL)
3447 If Not fso.FileExists(filePath) Then
3448 missingFile = filePath