Skip to content

ParseLinkResult.isFileUrl

ParseLinkResult › isFileUrl

Type: boolean

Indicates if the link is a file:// URL.

Example:

[alias](file:///C:/x.txt) -> true
[alias](https://example.com) -> false