trySymlink

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool trySymlink(T1 original, T2 link)
  2. bool trySymlink(T1 original, T2 link)
    version(!docs_scriptlike_d && Posix)
    bool
    trySymlink
    (
    T1
    T2
    )
    (,
    T2 link
    )
    if (
    (
    is(T1 == string) ||
    is(T1 == Path)
    )
    &&
    (
    is(T2 == string) ||
    is(T2 == Path)
    )
    )

Meta