dart / 2 / dart-io / filesystementity / islinksync.html

isLinkSync method

bool isLinkSync(
  1. String path
)

Synchronously checks whether path refers to a link.

Checks whether typeSync(path, followLinks: false) returns FileSystemEntityType.link.

Implementation

static bool isLinkSync(String path) => _isLinkRawSync(_toUtf8Array(path));

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-io/FileSystemEntity/isLinkSync.html