CONDITIONS
Checking if a path exists
%path% (is|does)[(n't| not)] exist[s]Checking if a path is a directory
%path% is[(n't| not)] directoryChecking if a path is a file
%path% is[(n't| not)] [a] fileChecking if a path is empty
%path% is[(n't| not)] emptyChecking if a path is executable
%path% is[(n't| not)] executableChecking if a path is hidden
%path% is[(n't| not)] hiddenChecking if a path is readable
%path% is[(n't| not)] readableChecking if a path is a system file
%path% is[(n't| not)] [a] system fileChecking if a path is writable
%path% is[(n't| not)] writable