python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
sourceMaps JS relative path via webpack 4
trying to get a sourceMaps and webpack (v4.46.0) to work with a script that is to be served on various sites (on pages with the same path) and the path to the script is not in the root
For example Th...
adardesign
Votes: 0
Answers: 0
How to set a relative path/How to use $(SolutionDir)
I'm trying to make a project compile no matter where it is cloned, but I don't know how to write the relative path in relation to the solution location, for now this is how it looks
I tried something...
Vasile Mihai
Votes: 0
Answers: 1
Is it possible to 'git restore --work-tree.. ' a file with a relative filename?
I am trying to restore a file to a different directory given the file's relative filename:
git --work-tree some/directory restore -s HEAD ./numbers.txt
Yet, this command fails with error: pathspec '....

René Nyffenegger
Votes: 0
Answers: 1
Add date object in a relative path?
I'm currently trying to create PDF from Excel file in Python, with the hour and date of creation of the PDF on the name's file. But I'm stuck with the relative path:
output_file = str(path)+"\\Pe...
Sebastien Ducher
Votes: 0
Answers: 1