NSFileManager.as constructor
NSFileManager.as(
- ObjCObject other
Constructs a NSFileManager that points to the same underlying object as other.
Implementation
NSFileManager.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}