Skip to content

heleeon/CECS326-Project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CECS326-Project-1


"How to Run File Copy Program"

  • In the terminal, cd to the correct directory and type ./filecopy.py to run the program
  • The program will ask for input for the file to read from. Make sure the file exists
    • e.g. Type the file name: input.txt
  • The program will ask for input for the file to write to.
    • e.g. Type the file name: copy.txt
  • After inputting the files, the program will automatically call the fileCopy function.
  • If everything works as expected, you should see the following output:
    • "File successfully copied from input.txt to copy.txt! :D"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages