I am wondering if it's possible to implement method: ```rust .is_clean() ->bool ``` so that asserting if the path provided is cleaned and valid, if it's not, I want to raise an error for my usecase.