Hi,
In the application there is deleteFile(String path) method implemented which has to delete the file located at the given path.
If the path contains pah separator (char '/') the method throws an exception but to delete a specific file a full path has to be used and it contains a separator sign. Due to conflicting condition I haven't found a way to successfully delete the file.
Does anyone know how is it possible to bypass the problem?
Thanks!