How am I able to check if a file already exists in the repl
Use the system() function is the c++ access to the bash commands. Then refer to this article: https://linuxize.com/post/bash-check-if-file-exists/
Good luck!
@2plus2is4hoi I found out a way to do it right before you commented. Sorry lol
Use the system() function is the c++ access to the bash commands. Then refer to this article: https://linuxize.com/post/bash-check-if-file-exists/
@2plus2is4hoi I found out a way to do it right before you commented. Sorry lol