kopia lustrzana https://github.com/micropython/micropython-lib
os: Add "remove" as an alias to "unlink".
rodzic
c2385790a4
commit
89d69b1611
|
@ -87,6 +87,7 @@ def rename(old, new):
|
|||
def unlink(name):
|
||||
e = unlink_(name)
|
||||
check_error(e)
|
||||
remove = unlink
|
||||
|
||||
def rmdir(name):
|
||||
e = rmdir_(name)
|
||||
|
|
Ładowanie…
Reference in New Issue