Files and Folders
Read File
Read File Line
Write/Create File
Get File Info
| Information | Description |
| Size | Size of the file, in bytes |
| Size (MB) | Size of the file, in megabytes |
| Creation Time | Date and time that the file (or folder) was created |
| Last Modified Time | Date and time that the file (or folder) was last modified |
| Last Accessed Time | Date and time that the file (or folder) was last accessed
The above 3 items are the same as shown in Windows File Explorer:
|
| Is File | Returns 1 (true) or 0 (false) if the name is of an actual file (and not a folder) |
| Is Folder | Returns 1 (true) or 0 (false) if the name is of a directory |
| Version (short) | Version of the file, if it exists, such as "6.50" |
| Version (long) | Version of the file, if it exists, such as "6.50.0.0" |
| CRC-32 | Calculates the "Cyclic Redundancy Checking" (CRC-32-IEEE 802.3) of file's contents. This can be used as an error-detecting code. It can ensure accurate transmission of a file, or check to see if a file has been changed. |
| Name: Drive | The disk drive of the filename, for example "C:" |
| Name: Path | The folder of the filename, for example "\Program Files\vTask\" |
| Name: Drive+Path | The disk drive and folder of the filename, for example "C:\Program Files\vTask\"
Note that if the file does not exist, or if a relative path or no path is given, the result path will be the current directory. |
| Name: Base | The main name of the filename, for example "vTask" |
| Name: Drive+Path+Base | The full path of the filename, except the extension, for example "C:\Program Files\vTask\vTask" |
| Name: Extension | The type of the filename, for example ".EXE" |
| Name: Base+Extension | The name and type of the filename, for example "vTask.exe" |
| Document Association | The path to the associated EXE program that runs the file (for example, notepad.exe opens text ".TXT" files) |
| Attributes (number) | Attributes of the physical file in numeric format, such as "8224" Constants such as FILE_ATTRIBUTE_READONLY can be used to evaluate the attributes |
| Attributes (string) | Attributes of the physical file in string (text) format, such as "Hidden, Read Only, System" |
| FileDescription | Generic description of the program. Example: "vTask" |
| Comments | Generic comments for the program. Example: "Programmed by Vista Software, Inc. (www.vtaskstudio.com)" |
| CompanyName | Generic company name of the program. Example: "Vista Software, Inc." |
| LegalCopyright | Generic copyright string for the program. Example: "Copyright © 2003-2010 Vista Software, Inc. All Rights Reserved." |
Copy File
| *Tip:
For further information on wildcard names, see the online reference for wildcards.
|
Move/Rename File
Delete File
Compare Files
Search in File

| *Tip:
You can include the "Search in File" command inside of a "Start Files Loop" block to scan through a group of files or a folder, and create your own search program (grep).
|
Find File
Count Files/Folders
| *Tip:
For further information on wildcard names, see the online reference for wildcards.
|
Count File Lines
Change File Size
Split File
Create Folder
Copy Folder
Move/Rename Folder
Delete Folder
|
WARNING! Be especially careful with Delete Folder,
since it will remove all folders and sub-folders,
even if they contain files - it functions as "deltree".
IF DONE INCORRECTLY, THIS COULD MAKE YOUR COMPUTER NON-FUNCTIONAL.
There is no undo, so please use with caution!
|
Set Current Directory
Set File Association

Map Drive
Map Drive Prompt

Create Shortcut

Create Adobe PDF

| PDF Setting | Description |
| Left Margin (inches) | The horizontal space between the left side of paper and the beginning of the text. This margin is only for the left side; the right side does not use a margin since no end-of-line wrapping is done by vTask. Leave blank for default (1). |
| Top Margin (inches) | The vertical space between the top of the paper and the beginning of the text. This margin is used for both the top and the bottom of the page, and determines where the page breaks will occur. Leave blank for default (0.75). |
| Page Width (inches) | The horizontal size of the paper.
Leave blank for default (8.5), or enter 11 for Landscape mode. The maximum page width is 2 meters, or 6 feet (72 inches). |
| Page Height (inches) | The vertical size of the paper.
Leave blank for default (11), or enter 8.5 for Landscape mode. The maximum page height is 2 meter, or 6 feet (72 inches). |
| Include Contents |
Adds a "Contents" pane on the left in Acrobat Reader to allow easy document navigation. Use the {PAGE} or {\P} system variable to indicate page breaks. When this option is chosen, vTask will use the first text on the page as the Contents entry:
|
| Include Page Numbers |
Adds page numbers to the bottom of each page in the document, in the format "Page x of x":
|
| Auto Word Wrap |
Automatically breaks lines that are too wide for the page into multiple lines. This is similar to the "Word Wrap" that is available in the Notepad program.
The following is an example without Word Wrap turned on:
NOTE: The maximum size of any line is 500 characters. |
| Include Line Numbers |
Adds line numbers to each text row in the document:
|
| Font / Font Size |
Sets the formatting options for the document font. Since there is no way to signify changing fonts inside of the raw text source, only a single font is applied to the entire document.
|