Tagged Questions

1
vote
2answers
33 views

Working with multiple branches in ASP .NET

I've seen several other posts similar to this (namely http://stackoverflow.com/questions/5237/solutions-for-working-with-multiple-branches-in-asp-net) but there are several issues …
0
votes
7answers
176 views

How can I list files under a directory with a specific name pattern using Perl?

I have a directory /var/spool and inside that, directories named a b c d e f g h i j k l m n o p q r s t u v x y z And inside each "letter directory", a di …
1
vote
7answers
110 views

Download a directory over HTTP in Java

I have some files in a directory tree which is being served over HTTP. Given some sub-directory A, in that directory tree I want to be able to download directory A and all contain …
0
votes
0answers
30 views

Most recently used directories [closed]

Does Windows store a list of most-recently-visited directories somewhere in the registry, or in Docs & Settings?
0
votes
2answers
58 views

PHP and regex to find files in directories and then run regex

hi, what's the the most efficient way to find text files in different directories and then run regex to those found files. I will run php/scripts locally. Let's say I have D:\Scri …
0
votes
2answers
88 views

List regular files only (without directory) problem

Hello, Do you know why a lot of file are not listed by this program, even if they are "regular"? #include <stdio.h> #include <sys/types.h> #include <sys/param.h&gt …
4
votes
2answers
59 views

FileUpload .net control and saving files to virtual folder on remote file server

I have a .net website that resides on a webserver running IIS 6.0 on win2k3 server. This includes a virtual directory that points via a UNC name to a file server. The "connect as …
1
vote
3answers
152 views

C#: How to check if I can read and/or delete a directory

I loop through a bunch of directories recursively. Some of them (like D:\$RECYCLE.BIN\S-1-5-20) give me a System.UnauthorizedAccessException. I suppose that I can just catch it and …
0
votes
0answers
8 views

Anyone know anything about Directory issues with Flash headers?

I have a flash header and every time that I try to make sub directories with that same header in it it will not show up, but my footer and right ad template will show up (everythin …
-1
votes
0answers
34 views

How to abort robocopy on first error [closed]

When using robocopy windows utility, what flags do I set so that robocopy aborts on the very first error it sees, similar to xcopy /dry command? I need to mirror two dirs, and on …
0
votes
6answers
142 views

How do I recursively create a folder in Win32?

I'm trying to create a function that takes the name of a directory (C:\foo\bar, or ..\foo\bar\..\baz, or \\someserver\foo\bar), and creates directories as necessary so that the who …
0
votes
0answers
18 views

How do I view application directories and directories that begin with dot in Netbeans on OSX?

How do I view directories that begin with dot and how do I browse application directories in Netbeans? I can't seem to view directories that begin with a "dot" through the open fi …
2
votes
8answers
292 views

Removing .svn files from all directories

I recently converted my cvs repository to svn using cvs2svn and I recently noticed that every directory has a hidden folder called .svn. My current build script copies a lot of di …
1
vote
3answers
179 views

Copying files to directories as specified in a file list with python

I have a bunch of files in a single directory that I would like to organize in sub-directories. This directory structure (which file would go in which directory) is specified in a …
0
votes
5answers
168 views

Can this code to loop through photos in a folder be optimised?

I have written this code having not used PHP for 2 years now to loop through a folder of photos and write them to the page in alphabetical order. It is a fairly simple request but …

1 2 3 next
15 30 50 per page