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
ElseIfNotIO.Directory.EnumerateFiles(folder,"*",SearchOption.AllDirectories).Any()Then:Return(False,"Directory is empty")
13
+
ElseIfIsDirectoryEmptySafe(folder)Then:Return(False,"This directory is either empty or you are not authorized to access its files.")
14
14
ElseIfDriveInfo.GetDrives().First(Function(f)folder.StartsWith(f.Name)).DriveFormat<>"NTFS"Then:Return(False,"Cannot compress a directory on a non-NTFS drive")
MsgBox("You are not authorized to access some items in this folder."&vbCrLf&"Please try running CompactGUI as an administrator, otherwise these items will be skipped.",MsgBoxStyle.Exclamation,"Unauthorized Access")
0 commit comments