The subdirs tag has no wiki summary.
0
votes
0answers
22 views
IIS 6 Website URL Tree Structure View
I have been tasked with creating a simple (but long) list of all URLs in an IIS 6.0 website. I have full access to the server, but I was wondering if there's a way to do this with ADPLUS or any IIS ...
1
vote
2answers
185 views
How to count files inside a folder using PHP?
The following code counts the number of files inside a folder.
<?php
function folderlist(){
$directoryist = array();
$startdir = './';
//get all image files with a .jpg extension.
...
0
votes
0answers
64 views
how can i add multiple directory to view latest images php
i want to edit multiple directory to view last update images
this code show only one directory images
and plz tell me how can i edit subdirectory to view latest/last image update show???
<?php
...
-2
votes
1answer
84 views
how to show images from sub-directory php [closed]
I want to add subdirectory to view the latest images.
How can i edit, if i change in this line like this:
$images = "./"; # Location of small versions
Script only show a folders, but I want to ...
1
vote
1answer
357 views
How can I set up my project hierarchy in QtCreator?
I'm quite new to QtCreator, so perhaps I left my heart in eclipse-ville, but I can't for the life of me understand how I should be setting up a project hierarchy in QtCreator. I understand there is ...
1
vote
1answer
152 views
QtCreator: Avoid redefining LIBS in Qt subdirs project
I have a Qt subdirs project with the following structure:
ExternalQtProject
QtSubdirProjects
- GUI
- WebService
WebService contains LIBS from the external Qt project (.pro file in WebService)
...
0
votes
1answer
357 views
qmake TEMPLATE = subdirs visual studio project generation
in my project I'm using in my "main" .pro file TEMPLATE = subdirs that includes other sub-projects(2 additional libraries + target executable). As an outcome I would like to have an application that ...
0
votes
3answers
592 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
824 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 ...
4
votes
5answers
2k 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 ...
23
votes
2answers
21k 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 ...
0
votes
4answers
1k views
chmod syntax in FTP-Client on all subdirectories
which ftp client or which syntax allows easy chmod of subdirectories?
