Search results 55

Sorted from new to old.
Card image
DownloadFile_Safe

Downloading file directly to machine without refreshing or going to another ...

Card image
Files_FoundHours

Listing the file from a folder that was created during last few hours. Can ...

Card image
ReadFileBytes

Reads bytes from file using FSO, Number of bytes can be decided as well as ...

Card image
FilesIn_Array and FoldersIn_Array

Return list of files in a folder back as array. Similar to

Card image
ScanFolder

Scans folder and its all subfolders (2 levels only) for files then put file ...

Card image
File_SettingRead + File_SettingSave

Reads and saves settings to Settings file, used asp here. Similar to

Card image
DiskDriveType

Returns drive type as text, like fixed, CD, etc. Can pass either drive letter, ...

Card image
File_SettingRead

Reads setting from config file Config file can be passed as argument ...

Card image
ReadHTMLTag

Reads string between open and close HTML tag (between < ... > and < / ... >), ...

Card image
SortedFiles

Get a sorted list of files in a directory using the File System Object (FSO) ...

Card image
FolderSize_Swift

Gets total of folder size in bytes. With some tweaks, you can modify it to use ...

Card image
IsThere2

Finds a file in giving its full path Similar to IsThere1 except this one uses ...

Card image
ImagesIn_User

Gets images in a folder where filenames start with "User" Similar to function ...

Card image
AN_SafeFileName

Clean filename from special characters to make it safe for server upload Then ...

Card image
IsThere1_Image

Searches for an image and return the file extension of found, or returns null ...

Card image
ASCII_Read + ASCII_Save

Reads or Saves text into file, giving its full path. Same as