2/22/2018 10:54 AM | |
Joined: 2/12/2018 Last visit: 11/26/2024 Posts: 224 Rating:
|
Hello, I have one more question Do you know how to detect if a file exists and if it does, then how to delete it when using a CE panel? I know how to do it when I just use the simulator. Then the code is as shown below. But as far as I know, you can't use FileSystemObject in a CE panel. Best Regards Dim fso Set fso = CreateObject("Scripting.FileSystemObject") If Not fso.FileExists(path) Then ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 2/23/2018 6:49:16 AMNew subject after splitting Please don't forget to rate :) |
|
2/28/2018 7:58 AM | |
Joined: 7/5/2013 Last visit: 2/18/2025 Posts: 3123 Rating:
|
Hello Azkaban, see the following listing:
See the following link for more information: differences-between-the-vb-script-functions-of-windows-and-wince Regards, Frink |
Last edited by: Jen_Moderator at: 2/28/2018 12:27:44 PMOptimized link. Pi is exactly three! |
|
Follow us on