문제

my application create a "new" type (extension) of file, let say its ".newtype", so when i want to browse files with NSOpenPanel to create it, this type of files have to be not selectable.

how can i pass ALL files type except ".newtype" to the NSOpenPanel instance ?

도움이 되었습니까?

해결책

Provide a delegate that handles the NSOpenSavePanelDelegate protocol panel:shouldEnableURL: method.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top