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.

0 votes
1 answer
10 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 ...
Phil's user avatar
  • 1
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
38 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
29 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
40 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
0 votes
0 answers
8 views

Is it possible to save my generated officegen file in a seperate folder?

I'm using officegen to generate a word document: // Your string content const yourString = aiLog; // Create a new docx object const docx = officegen('docx'); // Create a paragraph with your string ...
Fava's user avatar
  • 1
0 votes
0 answers
36 views

Issue of readdir() reading the pointer to a directory

The basic logic in this problem is that the program scans over a directory for N times, and does some operation on specific file inside. The bug comes out as: program employs rewinddir() to put the ...
Yuming_J's user avatar
-2 votes
0 answers
14 views

"bash: ./ ls a directory", what does it mean and how to solve it

I run this script. ./ autogbash: _xspecs: bad array subscript bash: ./: Is a directory before conducting covalent autodocking in ubuntu 18, because this script have problem I can not continue to the ...
Syarifatul Mufidah's user avatar
0 votes
0 answers
24 views

How do you create a file directory where you can change file paths for an Android app?

More specifically, how do you create folders that the user can move saved files in and out of by changing paths in an Android app? For example, a photo gallery app where you can create folders to put ...
Bob Rasner's user avatar
-2 votes
1 answer
32 views

Prevent recursion in Apache Commons FileAlterationObserver

I'm hoping to use Apache Commons directory monitoring, but in my first attempts I've discovered that it's checking recursively through subdirectories. That's way more than I want (and presumably lots ...
mstoreysmith's user avatar

15 30 50 per page
1
2 3 4 5
1308