Show in FinderOC代码

it2022-05-09  16

[[NSWorkspace sharedWorkspace] activateFileViewerSelectingURLs:urls];

 

/* Activate the Finder, and open one or more windows selecting the files at the given fileURLs. */

- (void)activateFileViewerSelectingURLs:(NSArray *)fileURLs NS_AVAILABLE_MAC(10_6);

 

相当于windows 的在资源管理器中浏览

转载于:https://www.cnblogs.com/skyfei/p/4647933.html


最新回复(0)