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
ElseIfIsDirectoryEmptySafe(folder)Then:Return(False,"This directory is either empty or you are not authorized to access its files.")
14
+
ElseIfIsOneDriveFolder(folder)Then:Return(False,"Files synced with OneDrive cannot be compressed as they use a different storage structure")
14
15
ElseIfDriveInfo.GetDrives().First(Function(f)folder.StartsWith(f.Name)).DriveFormat<>"NTFS"Then:Return(False,"Cannot compress a directory on a non-NTFS drive")
0 commit comments