Questions tagged [file-structure]
257 questions
50
votes
1 answer
Should I provide a LICENSE.txt or COPYING.txt file in my project?
Does it matter? Should I use one or the other? Or both, even? Can the license file be any name? (With any extension?)
I'm sure there's a "best practices" guide that contains all this, but I'm not having any luck finding it.

Joe
- 16,328
- 12
- 61
- 75
32
votes
2 answers
call functions from separate files with Meteor
I want to create an application in Meteor,
from what I understand the manual it first loads which are in
subdirectories, and then follows the alphabetical order.
My file structure is like this ...
/server
/lib
/client
/lib
game.js ->…

rogeriojlle
- 1,046
- 1
- 11
- 19
27
votes
5 answers
Downloading jQuery UI: Ok, so what part of this mess do I copy to the server?
From the "should be simple, but..." files: Trying to get started with jQuery UI. Went to the site, used their custom builder thingy to assemble the parts I need, made myself a custom theme using the Theme Roller, downloaded the zip file thus…

Martha
- 3,932
- 3
- 33
- 42
23
votes
9 answers
Where are the Java System Packages stored?
I want to see all the java packages. Where are the packages stored in my machine? Can anyone help. I did search in jdk folder and found awt.dll and all. But its only a few. Can i see all of them?

asb
- 910
- 3
- 10
- 19
20
votes
5 answers
Visual Studio "document outline" for C# file
In Visual Studio (2013/2015/2017), the Document Outline window for C# files is always empty ("There are no items to show for the selected document.").
It seems that this functionality is not (not yet / no more) implemented.
But then, how do I view…

Kux
- 1,362
- 1
- 16
- 31
18
votes
6 answers
Where are assemblies in .NET physically located?
I am a little confused about where .NET assemblies are physically located. Take good old LINQ. In my web.config file it says:
This is the…

Petras
- 4,686
- 14
- 57
- 89
16
votes
2 answers
Custom Project Type Templates
When you create a new project in WebStorm, you are given the option to create a new directory structure prepopulated with files: libraries, stylesheets, etc. for patterns like HTM5 boilerplate, Twitter boilerplate, etc.
How does one create one's own…

Kenji
- 379
- 3
- 10
15
votes
2 answers
AppConfig file not found in bin directory
I have a App.Config file that users can go to and set some settings to run the program.
But when I go to bin\release folder of my program to copy and give them the exe,DLLs, etc I can't find the App.Config file.
What should I do?
It is a ConsoleApp.
user2740190
12
votes
3 answers
Create Subpage in html
Let's say I have a website http://www.example.com
How do I create more subpages to this page i.e.
www.example.com/faq
www.example.com/contact
etc.

Calico
- 149
- 1
- 1
- 5
11
votes
2 answers
Linking back to home page in wordpress
So I have WordPress installed in a subdirectory of my website with permalinks set up.
I have my website set up like so:
-index.php
-style.css
-/contact
---index.php
-/blog
---(Wordpress installation)
So my problem is, whenever I use an

Sidetracking
- 219
- 2
- 6
- 13
9
votes
3 answers
How can I tell what Database format a file (or set of files) was created with (in Delphi)?
I have a number of data files created by many different programs. Is there a way to determine the database and version of the database that was used to create the data file.
For example, I'd like to identify which files are created from Microsoft…

lkessler
- 19,819
- 36
- 132
- 203
8
votes
0 answers
Icon is specified both as .xml file and as a bitmap
I recently set my Min SDK version to 26. I ran the code inspector to check for warnings and it asked me to move files in the mipmap-anydpi-v26 to a folder called just mipmap-anydpi, which I did.
However, when I run the code inspector again it…

The Fluffy T Rex
- 430
- 7
- 22
7
votes
3 answers
How to get video height and width from a MP4 URL with pure ecmascript and without browser support for h.264?
I'm writing a user script for downloading videos. The flash player of the web site use a JSON file.
The purpose of my script is to get the url of the video by downloading and parsing the video according to the web page. Currently it can download an…

user2284570
- 2,891
- 3
- 26
- 74
6
votes
3 answers
Open entire module file tree in Android Studio
Not sure if this is possible, but I have many multi module projects. Each module essentially follows module/src/main/java/packages... This is shown in photo below
Currently I have to click src -> main -> java -> etc....
Ideally I would like to just…

Kyle
- 695
- 6
- 24
6
votes
1 answer
Explain the Anaconda folder structure
Can someone please explain the Anaconda folder structure?
Every search I do just points me to an explanation of how to create Python packages, and the conda docs don't seem to explain very much aside from .\pkgs and .\envs. I would like to gain a…

Andy Perez
- 317
- 3
- 10