1/26/2023 8:56 AM | |
Joined: 7/5/2013 Last visit: 11/13/2024 Posts: 3120 Rating: (516)
|
Hello GTSAGarcia,
this object does not exist in WinCE. You have to use "FileCtl.File" instead of "Scripting.FileSystemObject". See e.g. step 5 in How on a Windows-based panel can you use a script to save and read out data in a text file?. There are also different methods between those objects. Regards, Frink |
Pi is exactly three! |
|
1/26/2023 10:14 AM | |
Joined: 8/3/2009 Last visit: 11/15/2024 Posts: 14176 Rating: (1774)
|
Hello GTSAGarcia With the right panel syntax and the movefile fnctino you should be able to move all data (files and folders) to a different destination. If you want to copy then you can only copy singel files no folders. But you can use a for each loop and the dir function (check the manual for this) to read out every file in a folder and to copy this. Have a look at: https://support.industry.siemens.com/cs/ww/en/view/13336639 But I think you can only have access to a networkshare on older OS with a MP370 -> to get access to current Win10 or similar you would need a Comfort Panel with a newer WinCE Version. I think the older V3.0 Versions will not work with the newer OS. Bye Murof |
If this Information really helps, you could use the Rate function |
|
Follow us on