Found 4 entries
Add a Web Site to the Internet Explorer Favorites List
PURPOSE: ADDS a Favorite to IE 4 or 5 List of Favorites
INPUT: SiteName = Name of Web Site
URL = URL FOR THE WEB SITE
RETURNS: TRUE IF ...
Better App.Path Function
App.Path returns a string with the "\" character at the end if the path is the root drive (e.g., "C:\") but without that character if it isn't (e.g., ...
Change the Extension of Files in a Specified Folder
This function will allow you to change the extension of files within a specified folder. You can either change the name of all files, or files with a ...
Get the current username
Get the username of the currently logged on user.
Option Explicit
Private Const UNKNOWN = _
"(Value Unknown Because System Call Failed)" ...