After the new NSWorkspace implementation of the
[performFileOperation:...]
and [selectFile:inFileViewerRootedAtPath:] methods, I've changed all the
GWorkspace's code to not inherit from NSWorkspace anymore. Now
GWorkspace
is subclass of NSObject.
Then, I've written a little test-app to call these NSWorkspace methods
and
to see if the corrispondent methods of GWorkspace are called.
Well, this doesn't seem to work because i get:
NSInvalidArgumentExeption: GSListener does not recognise
selectFile:inFileViewerRootedAtPath