Search results 64

Sorted from new to old.
Card image
HTML redirect

Redirect using HTML Sometimes you need to do what you need to do The 0 in ...

Card image
eMailMe (CDO)

Single asp file (having function) to send an email It is used here to send an ...

Card image
Bootstrap 4 cheat sheet

Bootstrap 4 cheat sheet, quick direct link as image

Card image
FilesCount_Swift

Count how many files in a folder, with no loop, faster if you just need all ...

Card image
Shortner

Create a URL shortner using Web.Config AKA URL Redirect, or Page refresher, ...

Card image
PrettyPath

Formats a path for use in user displays, trim it beautifully. PrettyPath is ...

Card image
RmDir

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

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
Ask4Folder

Asks user for a folder, starting with certain folder

Card image
CreateFullTree

Creates full tree if not found

Card image
DuplicateFileName

Generates new available file name for a certain file in order to duplicate it, ...

Card image
Cookies warning

Thanks to new law in Europe, we need to show users and let them accept a ...

Card image
Distance_Calc_fromString

Calculate distance between two points (Latitude, Longitude) LatLon1 and ...

Card image
DelOldFiles

Delete files in a specified folder which are older than x days This code ...

Card image
DosCommand_Read

Get output of DOS Command in string, by reading output into temp text file, ...