kopia lustrzana https://github.com/micropython/micropython-lib
os.path: Define lexists as an alias to exists for now.
rodzic
cddc165047
commit
96abe49090
|
@ -24,3 +24,6 @@ def split(path):
|
||||||
|
|
||||||
def exists(path):
|
def exists(path):
|
||||||
return os.access(path, os.F_OK)
|
return os.access(path, os.F_OK)
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
lexists = exists
|
||||||
|
|
Ładowanie…
Reference in New Issue