android - java.lang.IllegalArgumentException: contains a path separator - Stack Overflow
You cannot use path with directory separators directly, but you will have to make a file object for every directory. NOTE: This code makes directories, yours may not need that... File file= context.getFilesDir(); file.mkdir(); String[] array=filePath.spli...