fileSystemAttributesAtPath_ method

NSDictionary? fileSystemAttributesAtPath_(
  1. NSString path
)

Implementation

NSDictionary? fileSystemAttributesAtPath_(NSString path) {
  final _ret = _lib._objc_msgSend_155(
      _id, _lib._sel_fileSystemAttributesAtPath_1, path._id);
  return _ret.address == 0
      ? null
      : NSDictionary._(_ret, _lib, retain: true, release: true);
}