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.

0 votes
0 answers
3 views

(Octave/Matlab) How do I keep backslashes from being removed in a user input?

I'm writing a script that requires the user to copy and paste a file path as an input, which obviously includes several backslashes. This is stored as a string, but for some reason Octave is ...
Benjamin Paxson's user avatar
0 votes
0 answers
9 views

Path / base-url issues in deploying Angular app

I'm deploying my first Angular app and I think I have problems of path or base url. According to the server manager, the Web App is unique and serves multiple domains. Each domain is a unique USER ...
Lorenzo's user avatar
  • 73
0 votes
0 answers
2 views

Troubleshooting Route Issues in Spring Tool 4 for Ecommerce Project API

I'm encountering issues with Spring Tool 4 in a YouTube-based ecommerce project. I've developed a REST API and set up the initial package with four classes: AppConfig, JWTValidator, JwtConstant, and ...
Benjamín Eduardo Gaona's user avatar
0 votes
1 answer
28 views

Django/Python - How to assign a file path variable in a platform-independent way?

I have a Django project where one of the .env file variables is going to represent an absolute file path. E.g., DEBUG=True SECRET_KEY='blah_blah_blah' MY_STORAGE_PATH = 'D:\\files\\for\\my\\project' ...
JDM's user avatar
  • 1,768
1 vote
1 answer
41 views

How to draw a horizontal diamond (rhombus) with rounded corners using Canvas in flutter?

I want to have border/corner radius for my diamond widget. Something like this: BorderRadius.all(Radius.circular(cornerRadius)) I should probably use arcToPoint, arcTo or quadraticBezierTo functions ...
Hamed Heydarian's user avatar
-1 votes
0 answers
15 views

How is the translation of WSL path to Windows achieved when calling "code ." in a WSL2 instance?

I was looking into Zed as a potential replacement for VSC, one of the key points of annoyance I've found is that even when calling "zed.exe ." inside of a WSL instance: showing WSL directory ...
Joko's user avatar
  • 1
0 votes
0 answers
9 views

Visual Studio Code - code reference break if I use path.join to specify imports (nodejs) [duplicate]

I am trying a more centralized way of specifying the import paths in nodejs, by using core path module. Problem is that when changing from code A to code B specified below, Visual Studio Code stops ...
Linton's user avatar
  • 7
0 votes
0 answers
14 views

react storybook not working with relative path import

I tried implement strory book to current react-typescript project. I installed storybook 8.2.2. In the projects all import are made by absolute imports, such as src/components/Button, not by relative ...
ozgur's user avatar
  • 15
0 votes
0 answers
17 views

getting error while installing sts for eclips [closed]

C:\WINDOWS\system32\sts-4.21.1 RELEASE\readme_eclips.html (The system cannot find the path specified) getting error while installing sts for eclipse I tried the system to check for any corrupted files ...
ashwini madhale's user avatar
0 votes
1 answer
36 views

Using setAttributeNS for changing SVG Path Arc element

I'm trying to store the coordinates of my SVG Path statement inside the eXist database. Here is my XHTML code: <html xmlns="http://www.w3.org/1999/xhtml"> <head> &...
Speedlearner's user avatar
0 votes
0 answers
31 views

VS code mess up my PATH in Remote server, repeating some of vars three times

I use anaconda for virtual env, and when I open an intergrated terminal in VScode, it looks like: (my_env) (base) guest1@am:~$ Things seem to go right after I disabled the Python pluggin. I noticed ...
July Wu's user avatar
0 votes
0 answers
32 views

What do I do about the error "TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined"

I have been trying to run an app where I can set up an email. When I run it on the localhost, I get a 202 response, but I don't get an email. I conclude that this is because it is the localhost and ...
user 124816's user avatar
-1 votes
1 answer
50 views

How to parse accented file names in a batch file to open a file in a relative position?

I got a lot of use out of this answer, thank you so much. It works just fine, but what if I have accented characters in the target file name? This works fine: Target E:\GD\A\'Modernist Villa' (Malaga)...
Digital Management's user avatar
-2 votes
0 answers
15 views

Execute Windows routines on Linux or Roseberry Pi [closed]

I built and ran my project on Windows using windowsPath. Now I want to run it on a Raspberry Pi, but I'm getting errors because of the Windows paths. Changing all the paths to Linux-compatible ones is ...
Erfan Razavi's user avatar
0 votes
1 answer
20 views

Path of PATH, does it make a difference?

I think this is a windows question, but in my computer, if I look up the environment variables, I see only a Path variable and not a PATH variable. is there a difference between these two, or are ...
Jasper Bart's user avatar

15 30 50 per page
1
2 3 4 5
1312