isLink static method
- String path
Whether path
refers to a link.
Checks whether type(path, followLinks: false)
returns FileSystemEntityType.link.
Implementation
static Future<bool> isLink(String path) => _isLinkRaw(_toUtf8Array(path));
Whether path
refers to a link.
Checks whether type(path, followLinks: false)
returns FileSystemEntityType.link.
static Future<bool> isLink(String path) => _isLinkRaw(_toUtf8Array(path));