private static bool PasteValidate() { if (string.IsNullOrEmpty(GUIUtility.systemCopyBuffer)) { return(false); } return(SelectionUtil.IsSingleFloder()); }
private static bool LinkFloderValidate() { return(SelectionUtil.IsSingleFloder()); }