I am trying to set a path in Python to a folder, but I can't seem to get (PATH) to work. It works when I write out the path. Any ideas?
PATH = "data/dogscats"
sz = 224
print(PATH)
#!dir /b "data/dogscats" <---- THIS WORKS
!dir /b (PATH) <------ THIS DOESN'T
data/dogscats
FILE NOT FOUND