func fileExporter <D>(isPresented : Binding<Bool>, document: D?, contentType : UTType, defaultFilename : String?, onCompletion : (Result<URL, Error>) -> Void) -> some View
func fileExporter <D>(isPresented : Binding<Bool>, document: D?, contentType : UTType, defaultFilename : String?, onCompletion : (Result<URL, Error>) -> Void) -> some View
func fileExporter <C>(isPresented : Binding<Bool>, documents: C, contentType : UTType, onCompletion : (Result<[URL], Error>) -> Void) -> some View
func fileExporter <C>(isPresented : Binding<Bool>, documents: C, contentType : UTType, onCompletion : (Result<[URL], Error>) -> Void) -> some View
func fileImporter (isPresented : Binding<Bool>, allowedContentTypes : [UTType], allowsMultipleSelection : Bool, onCompletion : (Result<[URL], Error>) -> Void) -> some View
func fileImporter (isPresented : Binding<Bool>, allowedContentTypes : [UTType], onCompletion : (Result<URL, Error>) -> Void) -> some View
func fileMover (isPresented : Binding<Bool>, file: URL?, onCompletion : (Result<URL, Error>) -> Void) -> some View