getFullPath function
- @Deprecated('Use File(path).resolveSymbolicLinksSync. Will be removed in 3.0.0')
- dynamic path
Gets the full path of path
by using File.fullPathSync
.
Implementation
@Deprecated('Use File(path).resolveSymbolicLinksSync. Will be removed in 3.0.0')
String getFullPath(path) => File(path).resolveSymbolicLinksSync();