currentDirectoryPath property

NSString get currentDirectoryPath

Implementation

NSString get currentDirectoryPath {
  final _ret = _lib._objc_msgSend_21(_id, _lib._sel_currentDirectoryPath1);
  return NSString._(_ret, _lib, retain: true, release: true);
}
set currentDirectoryPath (NSString value)

Implementation

set currentDirectoryPath(NSString value) {
  return _lib._objc_msgSend_645(
      _id, _lib._sel_setCurrentDirectoryPath_1, value._id);
}