Search results 97

Sorted from new to old.
Card image
Checks if URL is valid

Checks if URL is actually working. Uses XMLHTTP object to see if that URL ...

Card image
SendEmail_CDO

Sending an email using CDO object Can pass all needed variables including mail ...

Card image
RmDir

Delete a folder, expects to be an empty folder, path must be already MapPathed

Card image
INITool

INITool Object allows an ASP programmer to work with INI files on the server. ...

Card image
SetAttr

Sets an attribute to file or folder Needs to have variables defined as you see ...

Card image
Hand.cur

A cursor file type of Hand. used inside VBA to show hand when user hover over ...

Card image
GetAttr

Reads attributes of a file using FSO. Return will be a string of RHSA ...

Card image
IsThere1_Remote

Checks if a file is found from a URL, finds a file in a remote server

Card image
IsThere1_Folder

Checks if a folder is found or not, can pass either mapped path or unmapped ...

Card image
FoldersIn

Returns list of folders found in given folder in a string in ANStr format, ...

Card image
ThemeSave + ThemeRead

Saves/Reads selected theme into file. Used with Bootstrap 3 in most of my ...

Card image
CalcArea

Calculates the area of objects. Pass formula argument as string and values as ...

Card image
LogFile_Add

Adds an entry to log file, if file is not exist, it will be created. Filename ...

Card image
ServerUptime

Return how long the computer has been running. Return format is dd:hh:mm:ss ...

Card image
ViewSource

Display content of ASP file (any file for that matters) Using ...

Card image
FS_CreateUserFolder

Creates a folder for a user, usually after sign up or login for first time. ...