BenMatteson / CS410_Agile_Group2

CS410 Agile Practice Project - FTP Client
0 stars 2 forks source link

fixes for windows #71

Open BenMatteson opened 5 years ago

BenMatteson commented 5 years ago

because

eddiekelleypdx commented 5 years ago

On this note: what about the HELP_FILE_LOCATION defined on line 12 of FTP_main.py? Should that trailing forwardslash be removed, and should It use os.path.join to concatenate those path elements? Or - does it seem to be working OK in Windows as-is?

BenMatteson commented 5 years ago

oh, python can use either path just fine, it just causes issues when you assume the path is in one format or the other. (or they get mixed together as in cp) that said, yeah, that would probably be better.