Lines Matching refs:fso
325 Dim fso As Scripting.FileSystemObject variable
329 Set fso = New Scripting.FileSystemObject
337 Analyze_VBEReferenceSingle docAnalysis, Ref, fso
342 Set fso = Nothing
350 Sub Analyze_VBEReferenceSingle(docAnalysis As DocumentAnalysis, Ref As Reference, fso As Scripting.…
375 .SubLocation = LCase(fso.GetFileName(Ref.FullPath))
381 .Values.Add LCase(fso.GetFileName(Ref.FullPath)), RID_STR_COMMON_ATTRIBUTE_FILE
679 Sub HandleProtectedDocInvalidPassword(docAnalysis As DocumentAnalysis, strError As String, fso As F…
684 Set f = fso.GetFile(docAnalysis.name)
1043 Private Function CreateFullPath(newPath As String, fso As FileSystemObject)
1050 If (Not fso.FolderExists(fso.GetParentFolderName(newPath))) Then
1051 CreateFullPath fso.GetParentFolderName(newPath), fso
1054 If (Not fso.FolderExists(newPath)) Then
1055 fso.CreateFolder (newPath)
1060 fso As FileSystemObject) As String
1081 CreateFullPath fso.GetParentFolderName(preparedPath), fso