Tagged Questions
The subdirs tag has no wiki summary.
12
votes
2answers
11k views
How to use QMake's subdirs template?
I'm starting to learn Qt. I'm moving from the Visual Studio world and I am looking for a way to organize my project's structure using QMake. I've found the 'subdirs' template but I have quite a hard ...
4
votes
5answers
1k views
Java: how to get all subdirs recursively?
Before debugging the late-hour-out-of-bound-recursive-function: is there a command to get subdirs? giveMeSubDirs(downToPath)?
// WARNING: RECURSION out of bound or too much data
public ...
0
votes
3answers
108 views
Python script to run an exe-file on all files in a directory
I have a small .exe file that I'd like to run on all files in a given directory. It is launched as follows "./myprogram.exe file" and converts my files into a different data type.
Now I want to build ...
0
votes
1answer
536 views
How to use multi-level SUBDIRS in Makefile.am:s?
A common issue automake complains about is caused by following lines in various Makefile.am:s
Makefile.am:
SUBDIRS = deployment transport/http/util transport/http/common engine transport
The intent ...
0
votes
4answers
1k views
chmod syntax in FTP-Client on all subdirectories
which ftp client or which syntax allows easy chmod of subdirectories?