Skip to main content

Questions tagged [directory-structure]

Questions that relate to the organization of files and directories in a filesystem.

0 votes
2 answers
370 views

How to upload a file in a nested directory to Storage accounts File Share service using Python SDK?

I am trying to upload a file to the path, using ShareDirectoryClient Class of Azure Python SDK.I have attached below the code and errors that I am getting. path = "users/user11/projects/assets/...
Avj Vaibhav's user avatar
0 votes
1 answer
30 views

pick directories of a project to be in a submodule git repository

I have a big project that structured in a modular way with some directories to be commonly used (coupled) with other modules, while other directories are module specific, for example: Modules ├── ...
shamaseen's user avatar
  • 2,368
1 vote
1 answer
1k views

Test resource files with Go

I'm a java developer and I'm using Maven for most of my projects. The structure is quite simple: - src - main - java - resources - test - java - resources Normally, ...
makemehappy's user avatar
1 vote
1 answer
702 views

ModuleNotFoundError: no module named src when running tests with VS Code Testing Tab

I have a Project with the following (simplified) folder-structure - my_project/ - src/ - core/ - core.py - __init__.py - other/ - other.py - __init__.py - models/ ...
Marc Miller's user avatar
0 votes
1 answer
308 views

When to use multiple projects on the same Visual Studio solution?

I'm working on a WinForms app, inside a bigger, main WinForms app that launches other Forms. You have a big menu with apps you can click and launch (mine is one of them). At the beginning of the ...
funk4del1c's user avatar
-1 votes
1 answer
228 views

Where to keep helpers code and types for Remix

I'm new to Remix and beginning some development with it. Since all code in the app directory essentially behaves like a router, if I were to make a helpers folder in app along with helper functions ...
Vippy's user avatar
  • 1,382
0 votes
0 answers
142 views

ImportError: attempted relative import with no known parent package when trying to import from folder inside src folder

The structure of my project is as follows: root src folder1 file1.py file2.py folder2 file1.py main.py .env In the main.py file, when ...
Omar El Atyqy's user avatar
0 votes
1 answer
229 views

How to list a blob that is inside a unknown folder?

I'm currently trying to list specific Blobs in my storage account. For example my container contains blob in the following structure. https://storage.blob.core.windows.net/<containername>/<...
Patrick de Jong's user avatar
0 votes
1 answer
26 views

Trouble mapping directories

I have a problem with my folder mapping in a react project. Below the files and project structure. Anyone could tell me why its not working? My react is in version "react": "^18.2.0”. ...
Camila Nepomuceno's user avatar
1 vote
0 answers
27 views

What is causing the incorrect build directory structure after integrating a third-party library in my VueJS component library using Webpack 4?

I'm integrating a third-party library into a shared VueJS component library, but upon doing so, our Webpack build directory changed from a folder structure of: - dist - components - ...
Eliot's user avatar
  • 11
1 vote
0 answers
45 views

My First PowerShell Project - How to manage interop between script files and neighboring modules?

Preface I expect this to be marked as duplicate, but there are so many answers spanning a decade of PowerShell history that I'm uncertain which answers pass muster and which are outdated. Please ...
Solonotix's user avatar
  • 459
0 votes
1 answer
49 views

Should i import css into a next page?

I want to ask if css can and should be imported into next pages. is the page structure below acceptable, or what is the standard practice /pages /home index.js index.module.css ...
Golden_remi's user avatar
4 votes
3 answers
295 views

How can I include "example projects" for my Svelte component module?

I'm developing a Svelte module for publishing as an npm package. I'd like to include examples that are longer than a few lines. What's the standard approach for this? I don't think it makes sense to ...
Anna's user avatar
  • 2,795
0 votes
2 answers
110 views

Incorporating a C++ namespace with header/source separation

In a project of C++ utility functions I am hand rolling for personal use, I am grouping functions for parts of the library in two files. So for a digitmanip toolset there's I am separating the source ...
Jordan's user avatar
  • 54
1 vote
1 answer
57 views

How to create a series of folders (0-48) and move files to corresponding new folder R

I need to make a series of folder labelled ppt-01:ppt-48. I then need to move all of the corresponding participant files into the new folders. Currently all files (10 per ppt) are in one folder, and ...
ubik_01's user avatar
  • 23

15 30 50 per page