Hi
i have an issue to delete all files in a folder through nav. is this possible Then how?
i did on R & d for this i found ERASE function it works for to delete one file not all files
i written code as like see below
If FilenameG<> '' Then
Erase(FilenameG);
Here FilenameG is Text Varible and it is having my Files Folder like
FilenameG:='C:\Users\Mail\';
when use ERASE it's not work to me.
Any Suggestions........
Regards,
Ramesh.
*This post is locked for comments