Regarding IWshRuntimeLibrary::IFileSystem
Managed C++/CLI
3
Posts
3
Posters
11
Views
1
Watching
-
CComPtrfileSystem; fileSystem->DeleteFolder((wchar_t*)ServerPath, VARIANT_TRUE); fileSystem->DeleteFolder() is failing . Can I know when this happens and what could be the solution. Thanks.
Read return code into a HRESULT and identify the return code.
-
Read return code into a HRESULT and identify the return code.