0
votes
1answer
15 views
MSI Installer and custom folders
Hi!
I have an interesting problem. I created a MSI Installer for a .NET 3.5 Application. During the install process I ask the user for a custom folder name where application outpu …
3
votes
3answers
134 views
Using Delphi to track changes made to folder?
Hi there,
I need to writing a delphi program which will monitor a folder for changes (Add, update, rename and removal of files).
Is the TShellChangeNotifier is way to go? To be ho …
0
votes
5answers
44 views
To take the backup of required files of SVN repository
Dear All,
I need to take the backup of one folder of my SVN repository. for this i have tried with svndump and svndumpfilter commands but of no use.
Can any one pls. explain how …
0
votes
3answers
29 views
Folder comparions on Command line
Hello,
I want to compare two folders on Windows(Vista, XP) which have large number of huge size files, which i need to compare. If i use beyond compare or such tool to compare the …
1
vote
1answer
31 views
Return a Folder GUID from a SharePoint Custom Workflow Activity
Hi there,
Has anybody ever written code to return the GUID of a folder in SharePoint Workflow Activity so I can then pass it into a Workflow Variable?
Would be really keen to see …
0
votes
0answers
29 views
Most recently used directories [closed]
Does Windows store a list of most-recently-visited directories somewhere in the registry, or in Docs & Settings?
-1
votes
4answers
91 views
Test if a directory is a sub directory of another folder
I am trying to create a function that will block access to some of my low level directories. For example, while building my site I don't want to allow uploads to be uploaded any lo …
0
votes
3answers
69 views
os.walk and some tests
Hello guys. I'm not sure if i understand properly how os.walk store its results.
Im trying to do the following:
I'm checking a root folder for subsequent folders. There are sever …
0
votes
0answers
19 views
Apache’s private vs protected folder
Maybe it's too late, but I can't google any useful information about differences between Apache's private and protected folders. What files would I put inside private and what insi …
1
vote
3answers
81 views
Where should I put configuration files in .NET?
In .NET, how should I get access to a folder for holding configuration data specific to the current machine or user (to avoid hard-coding a path)?
(related:) http://stackoverflow. …
0
votes
3answers
91 views
Replace Subversion Folder and Retain History
I have two development trees v3.3, and v3.4 in one SVN repository. They both contain a project called test-harness. However, the v3.4 developers have wrecked the test-harness so we …
0
votes
3answers
58 views
Creating folders using DirectoryEntry
I am writing an ASP.NET (C#) application to create users for my domain. It also has to create folders and shares on a separate file server. I have so far been able to accomplish m …
1
vote
3answers
59 views
MFC Get Folders
Hey how do I in MFC get names of all folders? Any examples or which classes should I look into? Any hints will be really appreciated. All I saw is the CFile, which as far as I have …
0
votes
2answers
115 views
Deny access to a folder in ASP.NET
Hi guys,
is it possible to prevent browsing of a folder contents in an ASP.NET web application other than creating a default page, say using web.config?
I would like to avoid using …
1
vote
3answers
86 views
Preventing access to files if a user types the full url on the address bar
Hi.
i have a website, some folders on the websites contains images and files like .pdf , .doc and .docx .
the user can easly just type the address in the url to get the file or di …
