24.01.2015, 17:41
Hello everybody!
I have kinda dumb question about including files.
Let's say I want to include "myFile.txt", which is in "assets" folder ( this folder is in my gamemode folder ).
Which way is better to use ?
No. 1: #include "assets/myFile.txt"
No. 2: #include "assets\myFile.txt"
I'm just curious if it's better to use '\' or '/' when typing the path to file.
Thanks in advance!
I have kinda dumb question about including files.
Let's say I want to include "myFile.txt", which is in "assets" folder ( this folder is in my gamemode folder ).
Which way is better to use ?
No. 1: #include "assets/myFile.txt"
No. 2: #include "assets\myFile.txt"
I'm just curious if it's better to use '\' or '/' when typing the path to file.
Thanks in advance!