LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Find files by date determined

I want get files by date determined. 

Such as I will select date wanted to read files in that day.

0 Kudos
Message 1 of 3
(999 Views)

Hi Waruntron,

 


@Waruntron wrote:

I want get files by date determined. 

Such as I will select date wanted to read files in that day.


And what is the (exact) question?

What have you tried and where are you stuck?

 

You can get a list of all file in a folder and determine their properties (like creation date). Based on that information you can filter the list to select your files…

 

Edit:

In your first thread you gave atleast an example VI, but forgot to mention the actual solution. Now you also forgot that example VI…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(961 Views)

@Waruntron wrote:

I want get files by date determined. 

Such as I will select date wanted to read files in that day.


Use a List Folder to get all files. Then, for each file get the last mod data. Use the date.

 

Or (if you want to make your life easy), save the files with the date\time in the names. Use the pattern to filter the files.

 

Files By Data.png 

0 Kudos
Message 3 of 3
(943 Views)