The way I've always imported data is by reading the file and inputting a path. I have a pretty long path and was wondering if there was a way to shorten my paths so that instead of "C:/Users/Bryan/Desktop/Data/Data/MoreData" It's something like ".../Data".
Also, if people were to clone my repository would they still be able to read the data with that original path I have?
Sorry for the noob questions.
Thanks.
I tried using google but couldn't find anything except normalizepath which doesnt do much for me