9/21/2022 7:21 AM | |
Joined: 8/12/2021 Last visit: 4/11/2025 Posts: 351 Rating:
|
Hi AutoGen_788039! The following thread may help you with this issue. |
If this Information really helps, you could use the Rate function |
|
9/22/2022 12:06 PM | |
Joined: 8/3/2009 Last visit: 4/17/2025 Posts: 15311 Rating:
|
Hello there is no "foldercopy" on WinCE Systems. you have to copy every file of a folder to the other. therefore you need the function "dir". Have a look at the manual: https://support.industry.siemens.com/cs/ww/en/view/109794202/101387169803 you can call the DIR with a wildcard: folder & "*" then you get the first filename back, every time you call the DIR again without parameters you get the next file in the resultset. if there is no filename left you get an empty string. with this you can use an easy loop to use the fso.filecopy to copy every File one-by-one. -> I have used it already -> works Bye Murof |
If this Information really helps, you could use the Rate function |
|
Follow us on