File System 132

File structure, folder, FTPs, local, intranet and a like
Sorted from new to old.
Card image cap
UnMappath

Returns the virtual path of the absolute path specified in the required ...

Card image cap
INITool

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

Card image cap
SetAttr

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

Card image cap
GetAttr

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

Card image cap
IsThere1_Remote

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

Card image cap
IsThere1_Folder

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

Card image cap
RunFromShared

Check is this VBA-Excel file is running from a shared folder (Starts with \\) ...

Card image cap
FixPath_Word

Fixes the path for a given folder, PC or Mac by adding separator only if ...

Card image cap
FoldersIn5

Creates list of subfolders and subfolders of each down to 5 levels Folder ...

Card image cap
FoldersIn

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

Card image cap
Ask4Folder

Asks user for a folder, starting with certain folder

Card image cap
GetRelativePath

Get relative path of one to another Pass two path strings to this function and ...

Card image cap
LogFile_Add

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

Card image cap
WorkbookSaveAsk_ANmar

Asks user to save file (or workbook) using GetSaveAsFilename method. Returns ...

Card image cap
WorkbookOpenAsk_ANmar

Asks user to browse to a file and return full path and file name if they do, ...

Card image cap
CreateZipFile_7Zip

Compress a single file into zip archive using 7Za.exe 7za,exe (found in ...