Yokohime / Chiyoko_ZOOL710_project3

0 stars 1 forks source link

Please donʻt name folders with "/" #6

Open mbutler808 opened 1 year ago

mbutler808 commented 1 year ago

Please donʻt name any directories with "/" or "\" in the NAME of the folder. This is really dangerous and cause all kinds of bugs in the file paths. You could use "_" or "-" etc. Those are safe as they cannot parsed as path variables.

mbutler808 commented 1 year ago

SORRY! GitHub changed the way folders are viewed. I see you didnʻt do that. Please ignore.