Skip to main content

Questions tagged [directory]

A directory or folder is a container within a digital file system, in which groups of computer files and other directories can be kept and organized.

-1 votes
1 answer
49 views

Why do I get a FileNotFoundException when the file obviously exists?

I have a piece of C# code in which I try to list some files from a directory. When listing the files I get a FileNotFoundException (which is not caught yet), but I don't understand why... try {...
Deekay's user avatar
  • 99
0 votes
0 answers
21 views

How to create directory using part of long file name and move all files with that part of file name into directory [closed]

I have named my files as follows : 01 - Jan 04, 2020 - 102513 01 - Jan 04, 2020 - 102611 01 - Jan 04, 2020 - 102840 01 - Jan 06, 2020 - 183022 01 - Jan 06, 2020 - 195230 What I want to do is create a ...
Al Goddard's user avatar
0 votes
1 answer
10 views

Moving a project from one folder to a subfolder

I've built a react app in VsCode and after a while wanted to put it in a subfolder of the folder it's currently in, but after I've put it inside the subfolder everytime I've tried to run it I get an ...
gili's user avatar
  • 1
-5 votes
1 answer
35 views

bash - renaming multiple folders using an excel sheet [closed]

I am trying to automatically rename several folders with temporary names ("634832483hdgfds") based on a list of real IDs I have been given (each real_name corresponds to one of these "...
spring-forest's user avatar
0 votes
0 answers
24 views

Subdirectories traversing and creation performance [closed]

I am currently working on a software (not designed by me) that creates a file inside a specific, very deep, directory tree. Let's say that the file name is 00112233445566778899.txt The program creates ...
Roberto Ciardi's user avatar
1 vote
1 answer
14 views

How to make an alias's command for changing directories work for all users without changing the path for every user

I've made a script in "/etc/profile.d/" that creates aliases upon login. However, all the commands work with only my user's directory. For example, if I have 3 users: Bob, Dan, and Nat, the ...
JaFlammable's user avatar
0 votes
1 answer
27 views

Why does only right click work for my folders to use Git Bash?

Why can I right click folder to open in git bash but the same folder gives me "no such file or directory" when I start git bash first then look for it? When I'm on my desktop folders that ...
user avatar
0 votes
0 answers
14 views

DirectoryInfo on Simulated file system

I realy like DirectoryInfo class that C# provides I use it to create, delete, list files like this using System.io; static class Program { /// <summary> /// The main entry point for the ...
NinaNuska's user avatar
0 votes
0 answers
19 views

Why am I getting an error when I pull a fetchDir function?

I have written this piece of code where I listen to a function in the frontend and then pull 2 function when it is called here are the 2 functions. Here is where we listen to the frontend: socket....
Divyansh Pathak's user avatar
0 votes
0 answers
15 views

Is it ok to replace image files in the system32 folder with other image files

I want to get custom system icons, to do this i expect you would replace files in the system32 folder. I want to replace the icons on the taskbar with "cooler" ones, so I found them in c:\...
Jamie's user avatar
  • 31
-3 votes
0 answers
14 views

where are photos, taken in browser app camera, stored?

i took 4 photos for rentacar company,directly to their browser app and uploaded them.is there any possibilty, that they are stored somewhere in my mobile phone ?android redmi note 11,thank you some ...
Michal Dedinsky's user avatar
2 votes
1 answer
40 views

App Crashes Whenever Trying To Read File Saved Into Internal Storage In Android application

I'm trying to create a simple android application where value from a text field is saved into a file and is then later displayed on screen in a text composable on a button press, however the ...
Bob Rasner's user avatar
1 vote
0 answers
30 views

Directory Review to find files that may have File Length Issues: Get-ChildItem exceeding Path limit 260 characters

I'm trying to build a log with filepaths to items on our server that exceed 255 characters. This script works to log items as high as 351 Characters. (I have no idea how an employee was able to save ...
Jeremy's user avatar
  • 11
0 votes
1 answer
55 views

how can i copy the files to corresponding folders

i have over 30k+ pdf files in a folder and most of them in fact useless, so i want to filter which i want to use so i created folders named with those i need and then i am trying to copy .pdf and .stp ...
spasmex97's user avatar
0 votes
1 answer
41 views

Creating [slug].tsx in Next.js Page router

I am trying to develop an app in Next.js using the page router framework. So for each component I have page.tsx under relevant folder name. For a particular component I need to have slug for routing, ...
user17449555's user avatar

15 30 50 per page
1
2 3 4 5
1308