tagged [directory]

How can I rename a project folder from within Visual Studio?

How can I rename a project folder from within Visual Studio? My current solution for renaming the project folder is: - - - Is there a better way?

ASP.NET How to get List of Groups in Active Directory

ASP.NET How to get List of Groups in Active Directory How can I get a full list of Groups in my Active Directory?

10 Mar at 03:25

How to read all files in a folder from Java?

How to read all files in a folder from Java? How to read all the files in a folder through Java? It doesn't matter which API.

1 Mar at 22:14

Get target of shortcut folder

Get target of shortcut folder How do you get the directory target of a shortcut folder? I've search everywhere and only finds target of shortcut file.

23 Feb at 13:57

Listing All Active Directory Groups

Listing All Active Directory Groups The following code lists some, but not all, Active Directory Groups. Why? I am trying to list all security groups, distribution groups, computer groups etc. Have I ...

Server.MapPath("."), Server.MapPath("~"), Server.MapPath(@"\"), Server.MapPath("/"). What is the difference?

Server.MapPath("."), Server.MapPath("~"), Server.MapPath(@"\"), Server.MapPath("/"). What is the difference? Can anyone explain the difference between `Server.MapPath(".")`, `Server.MapPath("~")`, `Se...

Moving up one directory in Python

Moving up one directory in Python Is there a simple way to move up one directory in python using a single line of code? Something similar to `cd ..` in command line

26 Jul at 15:37

LdapConnection Vs DirectoryEntry

LdapConnection Vs DirectoryEntry Can anybody explain the difference between using LdapConnection/SearchRequest and DirectoryEntry/DirectorySearcher for Searching users in ActiveDirectory. Which one is...

7 Oct at 10:33

How do you get a directory listing in C?

How do you get a directory listing in C? How do you scan a directory for folders and files in C? It needs to be cross-platform.

How to change MySQL data directory?

How to change MySQL data directory? Is it possible to change my default MySQL data directory to another path? Will I be able to access the databases from the old location?

17 Sep at 16:15