Loop FilePattern
Retrieves the specified files or folders, one at a time.
Loop FilePattern (F9)
Parameters
- File Pattern
- The name of a single file or folder, or a wildcard pattern such as C:\Temp*.tmp.
- Files
- If checked will include files.
- Directories
- If checked will include directories (folders).
- Recurse
- If checked will recurse into subdirectories (subfolders).
Remarks
The following variables exist within any file-loop. If an inner file-loop is enclosed by an outer file-loop, the innermost loop's file will take precedence:
- A_LoopFileName, A_LoopFileExt, A_LoopFileFullPath, A_LoopFileLongPath, A_LoopFileShortPath, A_LoopFileShortName, A_LoopFileDir, A_LoopFileTimeModified, A_LoopFileTimeCreated, A_LoopFileTimeAccessed, A_LoopFileAttrib, A_LoopFileSize, A_LoopFileSizeKB, A_LoopFileSizeMB
For a description of each variable follow the link in the Related section below.
Loop FilePattern
Download Example
Examples of Loop commands