What product/components do you use and which version/fix level are you on?
IS 10.5
Is your question related to the free trial, or to a production (customer) instance?
PRODUCTION
What are you trying to achieve? Please describe it in detail.
I want to delete folder which is located on shared drive :
\shareDrive\RI_SHARE\RI\INPUTFILES\paymentFiles
and there is no way from WMPublic methods to delete it.
I tried to use java Files like this :
Files.delete(directory); and it gives me
java.nio.file.AccessDeniedException: \crsrimigas\RI_SHARE\RI\INPUTFILES\paymentFiles
Some help ??
#webMethods#Application-Platform#B2B-Integration