Determining the name of a single file
- Posts: 10
- Joined: Tue Dec 09, 2014 10:28 am
In a list, we use the function Set Variable and assign the variable the results.
variable = ${ScanFile:name}
Where ScanFile is the current item variable.
I can only see how that is done in a LIST.
How can I assign a variable a file name if it is not being processed through a list?
Thank you,
B Smith
- Support Specialist
- Posts: 592
- Joined: Tue Jul 17, 2012 2:12 pm
- Location: Phoenix, AZ
-
You can get access to file information outside of a ForEach list (like you're indicating) by utilizing the "FileInfo" function.
Go into the Wizard for the assignment of a variable, then in the middle column, select "FileInfo" then utilize that to retrieve any information about a file provided as a "string" variable a input to the function.
This should give you what you're looking for.
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696
- Posts: 10
- Joined: Tue Dec 09, 2014 10:28 am