ckloi / Scripting-Languages

0 stars 1 forks source link

mkdir and deldir #6

Closed ckloi closed 7 years ago

ckloi commented 7 years ago

can we make or delete directory in relative or absolute path like chdir and list dir?

Ajfaust commented 7 years ago

Are you asking if it's a requirement?

ckloi commented 7 years ago

yea, I just posted a question on piazza

ckloi commented 7 years ago

TA said we need to take care of relative and absolute path ....

I think create and open should also need that too (if you try the build in function, it can works with path)

Ajfaust commented 7 years ago

Just saw that too. Shouldn't be too hard

Ajfaust commented 7 years ago

isDir as well?

ckloi commented 7 years ago

yea, the code in isDir works fine tho

Ajfaust commented 7 years ago

Oh yea you're right. Didn't see that.