Re: [MBS] Function not matching any of the available signatures?

2020-05-11 Thread Marnaud
> Le 11 mai 2020 à 22:15, Christian Schmitz a > écrit: > >> Am 11.05.2020 um 20:32 schrieb Marnaud : >> Just one more question, please: should I pass a NativePath or a ShellPath? > > NativePath, please. Thank you. It's not always easy to know whether a particular function expects the shell o

Re: [MBS] Function not matching any of the available signatures?

2020-05-11 Thread Marnaud
> Le 11 mai 2020 à 19:13, Christian Schmitz a > écrit: > >> Am 11.05.2020 um 19:03 schrieb Marnaud : >> >> >>> Le 11 mai 2020 à 19:00, Christian Schmitz >>> a écrit: >>> >>> Please use NSFileManagerMBS.defaultManager.createSymbolicLink, if I >>> remember correctly. >> >> Thanks. I made t

Re: [MBS] Function not matching any of the available signatures?

2020-05-11 Thread Marnaud
> Le 11 mai 2020 à 19:00, Christian Schmitz a > écrit: > > Please use NSFileManagerMBS.defaultManager.createSymbolicLink, if I remember > correctly. Thanks. I made the change: if not NSFileManagerMBS.defaultManager.createSymbolicLink(f,s,ne) then Return 17 And Xojo still complains about mis

[MBS] Function not matching any of the available signatures?

2020-05-11 Thread Marnaud
Hello, I'm trying to use the NSFileManagerMBS class. At first, I tried with the shared class: dim ne As NSErrorMBS s= if not NSFileManagerMBS.createSymbolicLink(f,s,ne) then Return 17 Xojo complained: “There is more than one method with this name but this does not match any of the available si

Re: [MBS] Function not matching any of the available signatures?

2020-05-11 Thread Christian Schmitz
> Am 11.05.2020 um 20:32 schrieb Marnaud : > Just one more question, please: should I pass a NativePath or a ShellPath? NativePath, please. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ ___ mbsplugins

Re: [MBS] Function not matching any of the available signatures?

2020-05-11 Thread Christian Schmitz
> Am 11.05.2020 um 19:03 schrieb Marnaud : > > >> Le 11 mai 2020 à 19:00, Christian Schmitz a >> écrit: >> >> Please use NSFileManagerMBS.defaultManager.createSymbolicLink, if I remember >> correctly. > > Thanks. I made the change: > > if not NSFileManagerMBS.defaultManager.createSymbolic

Re: [MBS] Function not matching any of the available signatures?

2020-05-11 Thread Christian Schmitz
> Am 11.05.2020 um 18:59 schrieb Marnaud : > > Hello, > if not NSFileManagerMBS.createSymbolicLink(f,s,ne) then Return 17 > Please use NSFileManagerMBS.defaultManager.createSymbolicLink, if I remember correctly. Sincerely Christian -- Read our blog about news on our plugins: http://www.