Dart SDK
dart:io
Link
Link
Link
Dart SDK
dart:io
Link
Link
factory constructor
Link
Source
Dart SDK
dart:io
Link
Constructors
Link
fromUri
Properties
absolute
hashCode
isAbsolute
parent
path
runtimeType
uri
Operators
operator ==
Methods
create
createSync
delete
deleteSync
exists
existsSync
noSuchMethod
rename
renameSync
resolveSymbolicLinks
resolveSymbolicLinksSync
stat
statSync
target
targetSync
toString
update
updateSync
watch
Link
(
String
path
)
Creates a Link object.
Source
factory Link(String path) => new _Link(path);