Skip to main content

Questions tagged [subdirectory]

A subdirectory is a directory that is contained inside another directory.

subdirectory
0 votes
0 answers
43 views

Nested folder in Oulook root folders

I have VBA code that goes through all my email accounts and deletes the emails in the spam folder. The problem I am trying to resolve is that some of the accounts have the SPAM folder nested inside ...
troutusa's user avatar
-3 votes
0 answers
19 views

Recursively listing contents of a directory [duplicate]

i need some help coming up with an efficient algorithm to list the contents of a directory and its subdirectories. basically, if its a file, print its name else if its a directory, fetch its contents ...
user1387873's user avatar
1 vote
1 answer
25 views

Difference between a page component and smartcomponent Angular

I just finished reading an article about the recommended folder structure in an Angular project. The part about the feature modules caught my attention because it recommended to include a "top ...
Bayes-T's user avatar
  • 85
0 votes
1 answer
22 views

Suppressing warnings for all files in a specific folder in Visual Studio

How to suppress a single warning e.g. CS1591 for all files in a single folder? e.g I only wont suppress all warnings in folder Areas not in the full project. I have tried: <ItemGroup> <...
Christopher E's user avatar
0 votes
1 answer
22 views

How to remove (1) from macOS subfolders?

Because of a botched attempt at folder all of my apps and documents to new iMac via Google Drive I've ended up with a slew of folders, subfolders, and files showing the iteration of copying I've ...
Charles Stricklin's user avatar
0 votes
0 answers
25 views

Isolate repository subdirectory into a separate branch

How do I break a subdirectory from main and push it onto a new branch (preferrably without disturbing the history of main in the process)? I don't really care about the sub history. Currently I have ...
CCheukKa's user avatar
0 votes
0 answers
13 views

React app deploying into subdirectory, nested page not working [duplicate]

I am deploying a simple app with create-react-app to a subdirectory. I have set the homepage from package.json as below: "homepage": "/subdir/", and here's the simplified code I'm ...
bastole's user avatar
  • 23
0 votes
0 answers
6 views

Using CI4 I want to store sub-category-wise cache in the default cache directory in sub-folders. How to do that?

Using Codeigniter v4.x I want to store the sub-category-wise cache in the default cache directory in the sub-folder. How to do that?
Parag Dhali's user avatar
-1 votes
1 answer
53 views

How to print name of third subdirectory of /home directory?

How to print name of (for example) third subdirectory of /home directory in Bash? I have this from Chat GPT, but I am not sure about that. ls -d /home/*/ | sed -n '3p' | xargs basename
david751's user avatar
0 votes
0 answers
41 views

C++: CMake / Visual Studio failing to link external libraries when called from header, but works when called from .cpp

I'm trying to write a library that works as an interface between E57Format and the rest of our projects and include that as a subdirectory in my main CMake. When I call functions of the E57Format from ...
Kecksohn's user avatar
0 votes
0 answers
54 views

How to deploy React App in IIS Subdirectory

I have a react app which I need to deploy in IIS sub-directory. How can I do this? I tried but it displays blank screen.When I run it from VS code it works well.
Dnyati's user avatar
  • 167
0 votes
0 answers
24 views

GCC embed binary into a qtabwidget

If there is a similar post out there I have not found it. pleases reply with a link if there is one. project description: We have created a modular approach with our projects. for example ...
swankster's user avatar
0 votes
1 answer
42 views

Needing to move and rename multiple files 1 at a time was wondering if bat can do this

So I'm currently working on the old "Movies" setup on my hard drive based on a 5 year old video from youtube I watch about 2 years ago and since I'm just getting start again with kodi I need ...
CosmoQueen88's user avatar
1 vote
1 answer
34 views

Delete subfolders that start with a specific character AND are more than # days old - powershell

We have a very manual process here where when servers start filling up disk space, we go the user profiles in C:\Users and delete folders that are over 24 hours old that begin with "Z" as ...
Mulgrew's user avatar
  • 11
0 votes
0 answers
38 views

How can a script in R call other scripts without problems with the working directories?

I have a script called Main/Main.R.In a sub folder I have Main/SubFolder/Part1.R, that reads some excels from other folder called Main/Input/Excel.xlsx. I face the problem when I run in Main.R the ...
FrMS's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
179