You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the possibility to list files/directories via SharedDirectory.listFiles(Predicate<SharedItem> searchPredicate, boolean searchRecursive) and SharedDirectory.listFiles(String searchPattern, boolean searchRecursive)
Add the possibility to rename files/directories with SharedItem.renameTo(String newFileName, boolean replaceIfExist)
Add the possibility to ensure the directory existence with SharedDirectory.ensureExists()
Use a more sophisticated exception type (IOException instead of Exception) for SharedConnection.close()