rushstack.io
Docs API News GitHub Help
https://github.com/octogonz

    << Docs Index

    Home > @rushstack/node-core-library > FileSystem > existsAsync

    FileSystem.existsAsync() method

    An async version of FileSystem.exists().

    Signature:

    static existsAsync(path: string): Promise<boolean>;
    

    Parameters

    Parameter Type Description
    path string  

    Returns:

    Promise<boolean>

    © 2020 Microsoft

    • Docs
    • API
    • News
    • GitHub
    • Help