Search found 1 match

by londostick
Thu Jul 16, 2020 9:13 am
Forum: ESP8266 boards
Topic: esp8266 & esp32
Replies: 1
Views: 1330

esp8266 & esp32

how can i check if path exist in micropython:
if not os.path.exists(b):
os.mkdir(b)
if not os.path.exists(vers):
os.mkdir(vers)
doesn't work i got this error: :?:
AttributeError: 'module' object has no attribute 'path'