isLinkSync method Null safety
- String path
Synchronously checks if typeSync(path, followLinks: false) returns FileSystemEntityType.link.
Implementation
static bool isLinkSync(String path) => _isLinkRawSync(_toUtf8Array(path));
Synchronously checks if typeSync(path, followLinks: false) returns FileSystemEntityType.link.
static bool isLinkSync(String path) => _isLinkRawSync(_toUtf8Array(path));