07-09-2021 04:29 PM
I am getting error 117 when I run Create File with Incrementing Suffix.vi.
"Directory path supplied where a file path is required."
What is the difference between a file path and a directory path?
Thanks.
Solved! Go to Solution.
07-09-2021 04:43 PM
Directory path is a folder. File path is a file.
For example, a Directory path would be c:\myTest\testSeries1
A file path would be c:\myTest\testSeries1\myData.txt
07-09-2021 04:44 PM
Just a guess, but maybe they want a file name instead of a folder name?
07-09-2021 04:44 PM
07-09-2021 04:47 PM
I figured out what I was doing wrong. I am using Create Directory Recursive for the first time, and I am creating a folder when I thought I was creating a file within the folder. I can fix it from here.