quickie.conditions.PathsExist

class quickie.conditions.PathsExist(*paths: Path | str)

Check if the given paths exist.

__init__(*paths: Path | str)

Initialize the check.

Parameters:

paths – The paths to check.

Methods

__init__(*paths)

Initialize the check.