Lines Matching refs:If
62 If mArgsNamed.Exists(CUSAGE_ARG) Then
65 End If
72 End If
79 End If
85 If Not daFso.FolderExists(mSourceDir) Then
88 End If
89 If Not daFso.FolderExists(mTargetDir) Then
92 End If
134 If Not daFso.FolderExists( aTargetDir ) Then
136 End If
169 If daFso.FileExists( wrdPath ) Then daFso.CopyFile wrdPath, wrdPath & ".bak"
170 If daFso.FileExists( xlsPath ) Then daFso.CopyFile xlsPath, xlsPath & ".bak"
171 If daFso.FileExists( ppPath ) Then daFso.CopyFile ppPath, ppPath & ".bak"