11-02-2023 02:45 PM
ooh Perfect , thank you very much .
If i want to move from one directory to other one it is possible?
for example if the file exist in c:\desktop\a
And i want to move the 3 files from c:\desktop\a to c:\desktop\b with the folder already created.
11-02-2023 02:56 PM
The move function works for files and folders. Check the help. (You also need to decide if existing files should be overwritten).
11-02-2023 02:57 PM
to explain more clear.
i have to creat inside the usb in d:\a a new folder and move the three files already mentioned first in the folder already created .
Then the 3 files in inside the usd D:\b , i can do copy instead of move . Then this 3 files must be there in d:\b for all times and when i create a new foldere i must copy these 3 files inside the new folder already created.
11-02-2023 03:01 PM
if some of these does not exist , they may dive me an output message folder not exist .
These name files are fixed not change , the thing who change is just the serial number of the folder .
11-02-2023 04:38 PM
You can use "copy" instead of "move". rest stays the same.
11-02-2023 06:12 PM
Thank you very much.
11-05-2023 05:50 AM
Hello, i need your help please , iam a new user.
1. I want first to creat a folder "SN12345" in the path D:\serial number with a message at the end "folder created".
2. I want to move three files "a.txt" "b.abin" "c.acmd" from a folder name "Pipo" in "c:\desktop\pipo" to the name of the folder already created in point 1 in D:\serial number\SN12345
3. I want to move the file d.log from a the foldere SN12345 in path d:\serial number\Sn12345 to path c:\desktop\Folder new.
I want to do this operation many times , every time i want to create a new folder Sn12345 ... Sn1234567... Sn....
Then i want to know the last file created in order to move the inside.
Then i want to creat an evet with Three Keys.
I want to do it in this way, not in other way.
Thank you
11-05-2023 10:45 AM
Hi AM,
why did you create a new thread for the same topic? Stick with your discussion!
@A.M.k1984 wrote:
1. I want first to creat a folder "SN12345" in the path D:\serial number with a message at the end "folder created".
2. I want to move three files "a.txt" "b.abin" "c.acmd" from a folder name "Pipo" in "c:\desktop\pipo" to the name of the folder already created in point 1 in D:\serial number\SN12345
3. I want to move the file d.log from a the foldere SN12345 in path d:\serial number\Sn12345 to path c:\desktop\Folder new.
I want to do this operation many times , every time i want to create a new folder Sn12345 ... Sn1234567... Sn....
Then i want to know the last file created in order to move the inside.
Then i want to creat an evet with Three Keys.
11-05-2023 12:15 PM
Yes, you are right ,i am new here, i don't know the procedure and hownit works.
I intend with keys( 3 bottom) , one for every event.
The problem is the third event i don't know how to make remember the last serial and move it to other directory.
I need it not for me, i need it for an operator that work in a system ( il will be many operators) and to explain them that work in this way, it's difficult for them.
Them i need to do 3 events.
Every event do one thing.
1. Create folder.
2. Move 3 files in the folder already created in a new path.
3. Move another file .alog that automatically created by other programs
Into another path.
I don't know how to make it with shift register ( that remember the last Serial number)
This is to avoid opening folders( it's for make security).
It's difficult to explain all thing -).
I hope i explain my need.
Thank you.
11-06-2023 12:50 AM
Hi AM,
@A.M.k1984 wrote:
I don't know how to make it with shift register ( that remember the last Serial number)
Do the LabVIEW basics as offered at the top of the LabVIEW board!
Shift registers are very fundamental to LabVIEW and it is important you know them (and all the other basics)!
@A.M.k1984 wrote:
Them i need to do 3 events.
Every event do one thing.
1. Create folder.
2. Move 3 files in the folder already created in a new path.
3. Move another file .alog that automatically created by other programs
Into another path.
You need:
See how far you get and where you get stuck. Ask for specific problems and we will help you!