Home
Why Macro Express®
PGM Functions Library™ 
PGM Functions Library™ Source Code 
Downloads 
About Us
Newsgroup

  Official PayPal Seal  


Last updated

File Operations

Finding ourselves needing to constantly validate user input of file and path names, create unique but temporary files, and comparing files, we created the File Operations category consisting of seven functions not available with the standard Macro Express file commands.

{ File - Compare } Compare files, folders, and sub-folders in five different ways
{ File - Parse Path Name } Separates a path name into its different components
{ File - Unique File Name } Returns a unique full path and file name
{ File - Backslash Append } Adds a trailing backslash to a path name
{ File - Backslash Remove } Removes any trailing backslashes from a path name
{ File - Validate File Name } Examines a file name for illegal characters
{ File - Validate Path Name } Examines a path name for illegal characters

Examples
{ File Example - Compare }
{ File Example - Parse Path Name }


Next: Developer Tools