Skip to main content

Questions tagged [path]

The general form of a file or directory name that specifies a unique location in a file system. In many Linux and Unix-like OS the PATH (all upper case) variable specifies the directories where executable programs are searched for.

path
0 votes
0 answers
14 views

npm build for github pages links requests to base url instead of sub url

Running npm build using github actions and then deploying to github pages using my gh-pages branch. The index.html file loads fine from https://user.github.io/, but all other http requests go to that ...
Thomas's user avatar
  • 1
-2 votes
0 answers
18 views

Flutter and dart [closed]

This post is for those who have problems installing Flutter. Step by step Follow the steps below : 1.If you country is among the sanctioned countries, you must use VPN.(Test VPN : Open Websit Android ...
SaeedSG220's user avatar
0 votes
0 answers
23 views

how to solve the relative path problem in codeigniter 4? [closed]

I'm having a problem with relative paths in CodeIgniter. I was following a tutorial and doing everything as instructed, but I encountered errors when using relative paths in forms, links, and images (...
sarah kim's user avatar
0 votes
0 answers
20 views

git bash path error to newline where username startwith n

in git bash for command $ git init ->says fatal: unable to access 'C:\Users ame/.config/git/config': Invalid argument .here dir was C:\Users\name/.config/git/config # Here in /name /n is going to ...
Nafeu khan's user avatar
-1 votes
0 answers
32 views

How do I make file path from with '\' to '\\' in python? [duplicate]

How do I make the file path like C:\Users\s\Desktop\989\scene06241.png to file path like C:\\Users\\s\\Desktop\\989\\scene06241.png or C:\\Users\s\Desktop\989\scene06241.png in python? exactly how to ...
Chingyam yeung's user avatar
-1 votes
0 answers
69 views

Converting a Path to a String on Windows using / as separator

Given this Path object in Java: Path path = Path.of("foo", "bar"); I would like to convert it into a String, always using the UNIX path separator, even on Windows. When I convert ...
Danilo Piazzalunga's user avatar
-1 votes
0 answers
18 views

Is it safe to use @ in URLs paths? [duplicate]

I have noticed that YouTube is pushing the /@yourusename url scheme. Is this future safe? Why now and why not earlier? Is this a dead end try of YT or does this url scheme offer any advantage?\ I am ...
kamilfromxyz's user avatar
0 votes
0 answers
29 views

How The PATH Environment Variable is Configured for PySpark

I would like to run PySpark with Jupyter Notebook on my Windows 10 laptop. I installed Python (3.9.13), Java (1.8.0_202), and Spark (3.5.1). Then, I installed Jupyter Notebook and PySpark (3.5.1). I ...
david3000's user avatar
-1 votes
0 answers
30 views

How do you put an external extension into your VScode C++ project

I have downloaded SFML for C++ and I have all the files in file explorer but I dont know how to put them into a c++ project. I think that I have to create a path for the compiler but Im not sure how ...
user23304450's user avatar
0 votes
1 answer
29 views

Why does path.contains(point) return seemingly inconsistent results? What am I missing?

My goal is to check if a point is inside a region. The code below illustrates a sample with the region defined with an Envelope struct. Sample points along the border, inside and outside of the region ...
matyasl's user avatar
  • 469
0 votes
0 answers
14 views

python import: automatically add work folder path to sys.path

I note a strange performance when using relative import in python. Here is a example: Directory structure in D:\tmp\: example --level_1_a ----a1.py --level_1_b ----b1.py Here are the contents in each ...
Chen Chen's user avatar
0 votes
0 answers
31 views

Path error occurs after flutter clean. how can fix this?

The path cannot be found when building after ‘flutter clean’ I tryed 'flutter pub get' The 'com/example/univ_calendar' part of the error message should be 'com.example.univ_calendar'. I checked the ...
전병훈's user avatar
0 votes
2 answers
29 views

Extracting file paths, occasionally returns special characters (~$) in file names

When extracting file paths, not all but a few results are returned that contain special characters ~$ at the start of the file name. I am looking to compare these file paths with another list, thus ...
DoctorDentures's user avatar
-1 votes
0 answers
15 views

Project build error: Non-resolvable parent POM, parent.relativePath' points at no local POM

Project build error: Non-resolvable parent POM for com.xxx.pa550:BatchSystemIntegrator:0.0.1- SNAPSHOT: Failure to find com.xxx.alm:parent-pom:pom:18 in https://repo.spring.io/snapshot was cached in ...
francis pass's user avatar
0 votes
1 answer
36 views

gtk2 compile error: DSO missing from command line

This is a new question resulting from a recent question of mine: compiling error gtk2 source with gtk3: ‘GtkStyle’ {aka ‘struct _GtkStyle’} has no member named ‘font’ make process of compiling emelfm, ...
Janos Komaromi's user avatar

15 30 50 per page
1
2 3 4 5
1312