[TagList] ActiveGroup=OBJ - FileSystem TextFile [Tag Group - VBS - Statements] 0="Call :UEDS:Call udfFunctionName [(argumentlist)]" 1="Class :UEDS:Class clsClassName .. statements .. End Class" 2="Const :UEDS:[Public | Private] Const conConstName = expression" 3="Dim :UEDS:Dim varVarName[([subscripts])][,varVarName[([subscripts])]]" 4="Do {condition} .. Loop :UEDS:Do {While | Until} condition .. statements .. Loop" 5="Do .. Loop {condition} :UEDS:Do .. statements .. Loop {While | Until} condition" 6="Erase :UEDS:Erase arrArrayName" 7="Execute :UEDS:Execute statement" 8="ExecuteGlobal :UEDS:ExecuteGlobal statement" 9="Exit Do :UEDS:Exit Do" 10="Exit For :UEDS:Exit For" 11="Exit Function :UEDS:Exit Function" 12="Exit Property :UEDS:Exit Property" 13="Exit Sub :UEDS:Exit Sub" 14="For Each :UEDS:For Each objObject In colCollection .. statements .. Next" 15="For Next :UEDS:For intCounter = intStart To intEnd [Step intStep] .. statements .. Next" 16="Function :UEDS:[Public [Default] | Private] Function udfFunctionName [(arglist)] .. statements .. [udfFunctionName = return value] .. End Function" 17="If Then :UEDS:If(condition) Then .. statements .. ElseIf(condition) Then .. statements .. Else .. statements .. End If" 18="On Error Resume Next :UEDS:On Error Resume Next" 19="On Error GoTo 0 :UEDS:On Error GoTo 0" 20="Option Explicit :UEDS:Option Explicit" 21="Private :UEDS:Private" 22="Public :UEDS:Public" 23="Property Get :UEDS:[Public [Default] | Private] Property Get prpPropName [(arglist)] .. statements .. [[Set] prpPropName = expression] .. End Property" 24="Property Let :UEDS:[Public | Private] Property Let prpPropName ([arglist,] value) .. statements .. End Property" 25="Property Set :UEDS:[Public | Private] Property Set prpPropName([arglist,] reference) .. statements .. End Property" 26="Randomize :UEDS:Randomize [number]" 27="ReDim :UEDS:ReDim [Preserve] arrArrayName(subscripts) [, varname(subscripts)] .." 28="Rem :UEDS:Rem [comment]" 29="Select Case :UEDS:Select Case {testexpression} .. Case {expression} .. statements .. Case Else .. statements .. End Select" 30="Set :UEDS:Set" 31="Sub :UEDS:[Public [Default] | Private] Sub udsSubName [(arglist)] .. statements .. End Sub" 32="While :UEDS:While {condition} .. statements .. Wend" 33="With :UEDS:With objObjectName .. statements .. End With" 34= [Tag Group - VBS - Functions] 0="DateAdd :UEDS:DateAdd(interval {h:n:s | m/d/yyyy | Da(y) of | (w)eekday | (ww)eek | (q)uarter},number,date)" 1="DateDiff :UEDS:DateDiff(interval {h:n:s | m/d/yyyy | Da(y) of | (w)eekday | (ww)eek | (q)uarter},date1,date2[,firstdayofweek[,firstweekofyear]])" 2="DatePart :UEDS:DatePart(interval {h:n:s | m/d/yyyy | Da(y) of | (w)eekday | (ww)eek | (q)uarter},date[,firstdayofweek[,firstweekofyear]])" 3="FormatDateTime :UEDS:FormatDateTime(Date[,NamedFormat {0=General | 1=LongDate) | 2=ShortDate | 3=LontTime | 4=ShortTime}])" 4="Abs :UEDS:Abs(number)" 5="Array :UEDS:Array(Val1,Val2,..)" 6="Asc :UEDS:Asc("string")" 7="Atn :UEDS:Atn(number)" 8="CBool :UEDS:Cbool(expression)" 9="CByte :UEDS:CByte(expression)" 10="CCur :UEDS:CCur(expression)" 11="CDate :UEDS:CDate(expression)" 12="CDbl :UEDS:CDbl(expression)" 13="Chr :UEDS:Chr" 14="CInt :UEDS:CInt(expression)" 15="CLng :UEDS:CLng(expression)" 16="Cos :UEDS:Cos(number)" 17="CreateObject :UEDS:CreateObject(appname.typename[,location])" 18="CSng :UEDS:CSng(expression)" 19="CStr :UEDS:CStr(expression)" 20="Date :UEDS:Date()" 21="DateSerial :UEDS:DateSerial(year, month, day)" 22="DateValue :UEDS:DateValue("date")" 23="Day :UEDS:Day(date)" 24="Eval :UEDS:Eval(expression)" 25="Exp :UEDS:Exp(number)" 26="Filter :UEDS:Filter(1DStringArray,"FilterText"[,SubStrings?[,Compare]])" 27="Fix :UEDS:Fix(number)" 28="FormatCurrency :UEDS:FormatCurrency(Expression[,#AfterDecimal[,IncludeLeading[,UseParensForNegative[,GroupDigits]]]])" 29="FormatNumber :UEDS:FormatNumber(Expression[,#AfterDecimal[,IncludeLeading[,UseParensForNegative[,GroupDigits]]]])" 30="FormatPercent :UEDS:FormatPercent(Expression[,#AfterDecimal[,IncludeLeading[,UseParensForNegative[,GroupDigits]]]])" 31="GetLocale :UEDS:GetLocale()" 32="GetObject :UEDS:GetObject([pathname][,class])" 33="GetRef :UEDS:GetRef(procname)" 34="Hex :UEDS:Hex(number)" 35="Hour :UEDS:Hour(time)" 36="InputBox :UEDS:InputBox(prompt[,title][,default][,xpos][,ypos][,helpfile,context])" 37="InStr :UEDS:InStr([start,]source,criteria[,compare])" 38="InStrRev :UEDS:InStrRev(source,criteria[,start[,compare]])" 39="Int :UEDS:Int(number)" 40="IsArray :UEDS:IsArray(varname)" 41="IsDate :UEDS:IsDate(expression)" 42="IsEmpty :UEDS:IsEmpty(expression)" 43="IsNull :UEDS:IsNull(expression)" 44="IsNumeric :UEDS:IsNumeric(expression)" 45="IsObject :UEDS:IsObject(expression)" 46="Join :UEDS:Join(arrayname[,delimiter])" 47="LBound :UEDS:LBound(arrayname[,dimension])" 48="LCase :UEDS:Lcase(string)" 49="Left :UEDS:Left(string,length)" 50="Len :UEDS:Len(string)" 51="LoadPicture :UEDS:LoadPicture(picturename)" 52="Log :UEDS:Log(number)" 53="LTrim :UEDS:Ltrim(string)" 54="Mid :UEDS:MidMid(string,start[,length])" 55="Minute :UEDS:Minute(time)" 56="Month :UEDS:Month(date)" 57="MonthName :UEDS:MonthName(MonthNumber[,abbreviate])" 58="MsgBox :UEDS:MsgBox(prompt[,buttons][,title][,helpfile,context])" 59="Now :UEDS:Now()" 60="Oct :UEDS:Oct(number)" 61="Replace :UEDS:Replace(source,find,replacewith[,start[,count[,compare]]])" 62="RGB :UEDS:RGB(red,green,blue)" 63="Right :UEDS:Right(string,length)" 64="Rnd :UEDS:Rnd[(number)]" 65="Round :UEDS:Round(expression[,numdecimalplaces])" 66="RTrim :UEDS:Rtrim(string)" 67="ScriptEngine :UEDS:ScriptEngine()" 68="ScriptEngineBuildVersion :UEDS:ScriptEngineBuildVersion()" 69="ScriptEngineMajorVersion :UEDS:ScriptEngineMajorVersion()" 70="ScriptEngineMinorVersion :UEDS:ScriptEngineMinorVersion()" 71="Second :UEDS:Second(time)" 72="SetLocale :UEDS:SetLocale(LocaleId)" 73="Sgn :UEDS:Sgn(number)" 74="Sin :UEDS:Sin(number)" 75="Space :UEDS:Space(NumberOfSpaces)" 76="Split :UEDS:Split(string[,delimiter[,count[,compare]]])" 77="Sqr :UEDS:Sqr(number)" 78="StrComp :UEDS:StrComp(string1,string2[,compare])" 79="String :UEDS:String(number,character/code)" 80="StrReverse :UEDS:StrReverse(string)" 81="Tan :UEDS:Tan(number)" 82="Time :UEDS:Time()" 83="Timer :UEDS:Timer()" 84="TimeSerial :UEDS:TimeSerial(hour,minute,second)" 85="TimeValue :UEDS:TimeValue(time)" 86="Trim :UEDS:Trim(string)" 87="TypeName :UEDS:TypeName(varname)" 88="UBound :UEDS:Ubound(arrayname[,dimension])" 89="UCase :UEDS:Ucase(text)" 90="VarType :UEDS:VarType(varname)" 91="Weekday :UEDS:Weekday(date,[firstdayofweek]) '-- 0(System default) 1(Sunday) ... 7(Saturday)" 92="WeekdayName :UEDS:WeekdayName(weekday[[,abbreviate],firstdayofweek]) '-- 0(System default) 1(Sunday) .. 7(Saturday)" 93="Year :UEDS:Year(date)" 94= [Tag Group - VBS - Constants] 0="VarType: 0000 -- vbEmpty :UEDS:vbEmpty" 1="VarType: 0001 -- vbNull :UEDS:vbNull" 2="VarType: 0002 -- vbInteger :UEDS:vbInteger" 3="VarType: 0003 -- vbLong :UEDS:vbLong" 4="VarType: 0004 -- vbSingle :UEDS:vbSingle" 5="VarType: 0005 -- vbSingle :UEDS:vbSingle" 6="VarType: 0006 -- vbCurrency :UEDS:vbCurrency" 7="VarType: 0007 -- vbDate :UEDS:vbDate" 8="VarType: 0008 -- vbString :UEDS:vbString" 9="VarType: 0009 -- vbObject :UEDS:vbObject" 10="VarType: 0010 -- vbError :UEDS:vbError" 11="VarType: 0011 -- vbBoolean :UEDS:vbBoolean" 12="VarType: 0012 -- vbVariant :UEDS:vbVariant" 13="VarType: 0013 -- vbDataObject :UEDS:vbDataObject" 14="VarType: 0014 -- vbDecimal :UEDS:vbDecimal" 15="VarType: 0017 -- vbByte :UEDS:vbByte" 16="VarType: 8192 -- vbArray :UEDS:vbArray" 17="VarType: ================================== :UEDS:" 18="MsgBox: =================================== :UEDS:" 19="MsgBox: B 0000 -- vbOKOnly :UEDS:vbOKOnly" 20="MsgBox: B 0001 -- vbOKCancel :UEDS:vbOKCancel" 21="MsgBox: B 0002 -- vbAbortRetryIgnore :UEDS:vbAbortRetryIgnore" 22="MsgBox: B 0003 -- vbYesNoCancel :UEDS:vbYesNoCancel" 23="MsgBox: B 0004 -- vbYesNo :UEDS:vbYesNo" 24="MsgBox: B 0005 -- vbRetryCancel :UEDS:vbRetryCancel" 25="MsgBox: I 0016 -- vbCritical :UEDS:vbCritical" 26="MsgBox: I 0032 -- vbQuestion :UEDS:vbQuestion" 27="MsgBox: I 0048 -- vbExclamation :UEDS:vbExclamation" 28="MsgBox: I 0064 -- vbInformation :UEDS:vbInformation" 29="MsgBox: D 0000 -- vbDefaultButton1 :UEDS:vbDefaultButton1" 30="MsgBox: D 0256 -- vbDefaultButton2 :UEDS:vbDefaultButton2" 31="MsgBox: D 0512 -- vbDefaultButton3 :UEDS:vbDefaultButton3" 32="MsgBox: D 0768 -- vbDefaultButton4 :UEDS:vbDefaultButton4" 33="MsgBox: M 0000 -- vbApplicationModal :UEDS:vbApplicationModal" 34="MsgBox: M 4096 -- vbSystemModal :UEDS:vbSystemModal" 35="MsgBox: R 0001 -- vbOK :UEDS:vbOK" 36="MsgBox: R 0002 -- vbCancel :UEDS:vbCancel" 37="MsgBox: R 0003 -- vbAbort :UEDS:vbAbort" 38="MsgBox: R 0004 -- vbRetry :UEDS:vbRetry" 39="MsgBox: R 0005 -- vbIgnore :UEDS:vbIgnore" 40="MsgBox: R 0006 -- vbYes :UEDS:vbYes" 41="MsgBox: R 0007 -- vbNo :UEDS:vbNo" 42="Color: =================================== :UEDS:" 43="Color: vbBlack (&h00) :UEDS:vbBlack" 44="Color: vbRed (&hFF) :UEDS:vbRed" 45="Color: vbGreen (&hFF00) :UEDS:vbGreen" 46="Color: vbYellow (&hFFFF) :UEDS:vbYellow" 47="Color: vbBlue (&hFF0000) :UEDS:vbBlue" 48="Color: vbMagenta (&hFF00FF) :UEDS:vbMagenta" 49="Color: vbCyan (&hFFFF00) :UEDS:vbCyan" 50="Color: vbWhite (&hFFFFFF) :UEDS:vbWhite" 51="DateTime: 1 -- vbSunday :UEDS:vbSunday" 52="DateTime: 2 -- vbMonday :UEDS:vbMonday" 53="DateTime: 3 -- vbTuesday :UEDS:vbTuesday" 54="DateTime: 4 -- vbWednesday :UEDS:vbWednesday" 55="DateTime: 5 -- vbThursday :UEDS:vbThursday" 56="DateTime: 6 -- vbFriday :UEDS:vbFriday" 57="DateTime: 7 -- vbSaturday :UEDS:vbSaturday" 58="DateTime: 0 -- vbUseSystem :UEDS:vbUseSystem" 59="DateTime: =================================== :UEDS:" 60="DateWeek: =================================== :UEDS:" 61="DateWeek: 0 -- vbUseSystemDayOfWeek :UEDS:vbUseSystemDayOfWeek" 62="DateWeek: 1 -- vbFirstJan1 :UEDS:vbFirstJan1" 63="DateWeek: 2 -- vbFirstFourDays :UEDS:vbFirstFourDays" 64="DateWeek: 3 -- vbFirstFullWeek :UEDS:vbFirstFullWeek" 65="DateFormat: ================================= :UEDS:" 66="DateFormat: 0 -- vbGeneralDate :UEDS:vbGeneralDate" 67="DateFormat: 1 -- vbLongDate :UEDS:vbLongDate" 68="DateFormat: 2 -- vbShortDate :UEDS:vbShortDate" 69="DateFormat: 3 -- vbLongTime :UEDS:vbLongTime" 70="DateFormat: 4 -- vbShortTime :UEDS:vbShortTime" 71="Tristate: =================================== :UEDS:" 72="Tristate:-2 -- vbUseDefault :UEDS:vbUseDefault" 73="Tristate:-1 -- vbTrue :UEDS:vbTrue" 74="Tristate: 0 -- vbFalse :UEDS:vbFalse" 75= [Tag Group - OBJ - Dictionary] 0="! Create :UEDS:= CreateObject("Scripting.Dictionary")" 1="! Destroy :UEDS:= Nothing" 2=". CompareMode :UEDS:.CompareMode" 3=". Count :UEDS:.Count" 4=". Item :UEDS:.Item("key")" 5=". Key :UEDS:.Key("key")" 6=". RemoveAll :UEDS:.RemoveAll" 7=". Add :UEDS:.Add "key","value"" 8=". Exists :UEDS:.Exists("key")" 9=". Remove :UEDS:.Remove("key")" 10=". Items :UEDS:.Items" 11=". Keys :UEDS:.Keys" 12= [Tag Group - OBJ - FileSystem] 0="! Create :UEDS:= CreateObject("Scripting.FileSystemObject")" 1="! Destroy :UEDS:= Nothing" 2=". BuildPath :UEDS:.BuildPath("ExistingPath","AdditionalName")" 3=". CopyFile :UEDS:.CopyFile("source","destination"[,overwrite])" 4=". CopyFolder :UEDS:.CopyFolder("source","destination"[,overwrite])" 5=". CreateFolder :UEDS:.CreateFolder("FullFolderPath")" 6=". DeleteFile :UEDS:.DeleteFile("FullFilePath"[,force])" 7=". DeleteFolder :UEDS:.DeleteFolder("FullFolderPath"[,force])" 8=". DriveExists :UEDS:.DriveExists("drivespec")" 9=". FileExists :UEDS:.FileExists("FullFilePath")" 10=". FolderExists :UEDS:.FolderExists("FullFolderPath")" 11=". GetAbsolutePathName :UEDS:.GetAbsolutePathName("FullOrRelativePath")" 12=". GetBaseName :UEDS:.GetBaseName("FullFileOrFolderPath")" 13=". GetDrive :UEDS:.GetDrive("DriveOrNetworkSharePath")" 14=". GetDriveName :UEDS:.GetDriveName("FullDrivePath") " 15=". GetExtensionName :UEDS:.GetExtensionName("FullFileOrFolderPath") " 16=". GetFileName :UEDS:.GetFileName("FullFilePath") " 17=". GetParentFolderName :UEDS:.GetParentFolderName("FullFileOrFolderPath")" 18=". GetTempName :UEDS:.GetTempName" 19=". MoveFile :UEDS:.MoveFile("source","destination")" 20=". MoveFolder :UEDS:.MoveFolder("source","destination")" 21=". GetFile :UEDS:.GetFile("path")" 22=". GetFolder :UEDS:.GetFolder("path")" 23=". OpenTextFile :UEDS:OpenTextFile("FullFilePath",iomode,create,format)" 24=". CreateTextFile :UEDS:CreateTextFile("FullFilePath"[,overwrite[,iomode]])" 25="=========================================== :UEDS:" 26="IOMode: 1 -- ForReading :UEDS:1" 27="IOMode: 2 -- ForWriting :UEDS:2" 28="IOMode: 8 -- ForAppending :UEDS:8" 29="Format: 0 -- ascii :UEDS:0" 30="Format:-1 -- unicode :UEDS:-1" 31= [Tag Group - OBJ - FileSystem File] 0="=========================================== :UEDS:" 1="! Create :UEDS:= objFSO.GetFile("FullFilePath")" 2="! Destroy :UEDS:= Nothing" 3=". Attributes :UEDS:.Attributes " 4=". Copy :UEDS:.Copy("FullDestinationPath"[,overwrite]) " 5=". DateCreated :UEDS:.DateCreated" 6=". DateLastAccessed :UEDS:.DateLastAccessed" 7=". DateLastModified :UEDS:.DateLastModified" 8=". Delete [force] :UEDS:.Delete(force) " 9=". Drive :UEDS:.Drive" 10=". Move :UEDS:.Move("FullDestinationPath") " 11=". Name :UEDS:.Name" 12=". OpenAsTextStream :UEDS:.OpenAsTextStream([IOMode[,Format]])" 13=". ParentFolder :UEDS:.ParentFolder " 14=". Path :UEDS:.Path" 15=". ShortName :UEDS:.ShortName" 16=". ShortPath :UEDS:.ShortPath" 17=". Size :UEDS:.Size" 18=". Type :UEDS:.Type" 19="Attrib: 0000 -- Normal :UEDS:0" 20="Attrib: 0001 -- ReadOnly :UEDS:1" 21="Attrib: 0002 -- Hidden :UEDS:2" 22="Attrib: 0004 -- System :UEDS:4" 23="Attrib: 0016 -- Directory :UEDS:16" 24="Attrib: 0032 -- Archive :UEDS:32" 25="Attrib: 1024 -- Alias :UEDS:1024" 26="Attrib: 2048 -- Compressed :UEDS:2048" 27="IOMode: 1 -- ForReading :UEDS:1" 28="IOMode: 2 -- ForWriting :UEDS:2" 29="IOMode: 8 -- ForAppending :UEDS:8" 30="Format: 0 -- ascii :UEDS:0" 31="Format:-1 -- unicode :UEDS:-1" 32= [Tag Group - OBJ - FileSystem Folder] 0="=========================================== :UEDS:" 1="! Create Special Folder :UEDS:= objFSO.GetSpecialFolder(FolderType)" 2="! Create Folder :UEDS:= objFSO.GetFolder("FullFolderPath")" 3="! Destroy :UEDS:= Nothing" 4=". Attributes :UEDS:.Attributes " 5=". DateCreated :UEDS:.DateCreated" 6=". DateLastAccessed :UEDS:.DateLastAccessed" 7=". DateLastModified :UEDS:.DateLastModified" 8=". Drive :UEDS:.Drive" 9=". Name :UEDS:.Name" 10=". IsRootFolder :UEDS:.IsRootFolder" 11=". ParentFolder :UEDS:.ParentFolder " 12=". Path :UEDS:.Path" 13=". ShortName :UEDS:.ShortName" 14=". ShortPath :UEDS:.ShortPath" 15=". Size :UEDS:.Size" 16=". Type :UEDS:.Type" 17=". Copy :UEDS:.Copy("FullDestinationPath"[,overwrite]) " 18=". Delete :UEDS:.Delete [force] " 19=". Move :UEDS:.Move("FullDestinationPath") " 20=". Files :UEDS:.Files" 21=". SubFolders :UEDS:.SubFolders" 22=". Add :UEDS:.Add(folderName)" 23="FolderType: 0 -- WindowsFolder :UEDS:0" 24="FolderType: 1 -- SystemFolder :UEDS:1" 25="FolderType: 2 -- TemporaryFolder :UEDS:2" 26= [Tag Group - OBJ - FileSystem TextFile] 0="=========================================== :UEDS:" 1="! Open :UEDS:= objFSO.OpenTextFile("FullFilePath",iomode,create,format)" 2="! Create :UEDS:= objFSO.CreateTextFile("FullFilePath"[,overwrite[,format]])" 3="! Destroy :UEDS:= Nothing" 4=". Close :UEDS:.Close " 5=". Read :UEDS:.Read(NumberOfCharacters)" 6=". ReadAll :UEDS:.ReadAll" 7=". ReadLine :UEDS:.ReadLine" 8=". Skip :UEDS:.Skip(NumberOfCharacters)" 9=". SkipLine :UEDS:.SkipLine" 10=". Write :UEDS:.Write("text")" 11=". WriteBlankLines :UEDS:.WriteBlankLines" 12=". WriteLine :UEDS:.WriteLine" 13=". AtEndOfLine :UEDS:.AtEndOfLine" 14=". AtEndOfStream :UEDS:.AtEndOfStream" 15=". Column :UEDS:.Column" 16=". Line :UEDS:.Line" 17="IOMode: 1 -- ForReading :UEDS:1" 18="IOMode: 2 -- ForWriting :UEDS:2" 19="IOMode: 8 -- ForAppending :UEDS:8" 20="Format: 0 -- ascii :UEDS:0" 21="Format:-1 -- unicode :UEDS:-1" 22= [Tag Group - OBJ - FileSystem Drive] 0="=========================================== :UEDS:" 1="! Create :UEDS:= objFSO.GetDrive(drivespec)" 2="! Destroy :UEDS:= Nothing" 3=". AvailableSpace :UEDS:.AvailableSpace" 4=". DriveLetter :UEDS:.DriveLetter" 5=". Drives :UEDS:.Drives" 6=". DriveType :UEDS:.DriveType" 7=". FileSystem :UEDS:.FileSystem" 8=". FreeSpace :UEDS:.FreeSpace" 9=". IsReady :UEDS:.IsReady" 10=". RootFolder :UEDS:.RootFolder" 11=". SerialNumber :UEDS:.SerialNumber" 12=". ShareName :UEDS:.ShareName" 13=". TotalSize :UEDS:.TotalSize" 14=". VolumeName :UEDS:.VolumeName" 15="DriveType: 0 -- Unknown :UEDS:0" 16="DriveType: 1 -- Removable :UEDS:1" 17="DriveType: 2 -- Fixed :UEDS:2" 18="DriveType: 3 -- Remote :UEDS:3" 19="DriveType: 4 -- CDROM :UEDS:4" 20="DriveType: 5 -- RAMDisk :UEDS:5" 21= [Group List] 0=OBJ - Dictionary 1=OBJ - FileSystem 2=OBJ - FileSystem Drive 3=OBJ - FileSystem File 4=OBJ - FileSystem Folder 5=OBJ - FileSystem TextFile 6=VBS - Constants 7=VBS - Functions 8=VBS - Statements 9=