¡@

Home 

c# Programming Glossary: directory

How do you check for permissions to write to a directory or file?

http://stackoverflow.com/questions/130617/how-do-you-check-for-permissions-to-write-to-a-directory-or-file

do you check for permissions to write to a directory or file I got a program that writes some data to a file using..

How to remove illegal characters from path and filenames?

http://stackoverflow.com/questions/146134/how-to-remove-illegal-characters-from-path-and-filenames

illegal Console.ReadLine c# string path directory share improve this question Try something like this instead..

FileSystemWatcher Changed event is raised twice

http://stackoverflow.com/questions/1764809/filesystemwatcher-changed-event-is-raised-twice

component to monitor the creation of new files in a directory and then test it by using Notepad to create a file you may see..

C# - How to get Program Files (x86) on Windows Vista 64 bit

http://stackoverflow.com/questions/194157/c-sharp-how-to-get-program-files-x86-on-windows-vista-64-bit

The function below will return the x86 Program Files directory in all of these three Windows configurations 32 bit Windows..

Creating application shortcut in a directory

http://stackoverflow.com/questions/234231/creating-application-shortcut-in-a-directory

application shortcut in a directory How do you create an application shortcut .lnk file in C# or..

FileSystemWatcher vs polling to watch for file changes

http://stackoverflow.com/questions/239988/filesystemwatcher-vs-polling-to-watch-for-file-changes

an application that watches for files being created in a directory both locally or on a network drive. Would the FileSystemWatcher..

Validate a username and password against Active Directory?

http://stackoverflow.com/questions/290548/validate-a-username-and-password-against-active-directory

and password are correct. c# authentication active directory share improve this question If you work on .NET 3.5 or newer..

Cannot delete directory with Directory.Delete(path, true)

http://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true

delete directory with Directory.Delete path true I'm using .NET 3.5 trying to.. true I'm using .NET 3.5 trying to recursively delete a directory using Directory.Delete myPath true My understanding is that.. a permissions problem but otherwise it should delete the directory and all of its contents. However I occasionally get this System.IO.IOException..

How do I convert Word files to PDF programmatically?

http://stackoverflow.com/questions/607669/how-do-i-convert-word-files-to-pdf-programmatically

2007 with the Save As PDF add in installed. It searches a directory for .doc files opens them in Word and then saves them as a PDF... Get list of Word files in specified directory DirectoryInfo dirInfo new DirectoryInfo @ server folder FileInfo..

How check if given string is legal (allowed) file name under Windows?

http://stackoverflow.com/questions/62771/how-check-if-given-string-is-legal-allowed-file-name-under-windows

complete set of characters that are invalid in file and directory names. The answer provided by sixlettervaliables goes into more..

Tree data structure in C#

http://stackoverflow.com/questions/66893/tree-data-structure-in-c-sharp

want a generic tree which can be unbalanced. Think of a directory tree. C5 looks nifty but their tree structures seem to be implemented..

How can I get the application's path in a .NET console application?

http://stackoverflow.com/questions/837488/how-can-i-get-the-applications-path-in-a-net-console-application

How to recursively list all the files in a directory in C#?

http://stackoverflow.com/questions/929276/how-to-recursively-list-all-the-files-in-a-directory-in-c

to recursively list all the files in a directory in C# How to recursively list all the files in a directory.. in C# How to recursively list all the files in a directory and child directories in C# c# .net share improve this question..

The breakpoint will not currently be hit. No symbols have been loaded for this document

http://stackoverflow.com/questions/2301216/the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-d

removed the Web App from IIS used the Create Virtual Directory Button under Project Properties of the Web App to create a new..

Validate a username and password against Active Directory?

http://stackoverflow.com/questions/290548/validate-a-username-and-password-against-active-directory

a username and password against Active Directory How can I validate a username and password against Active Directory.. How can I validate a username and password against Active Directory I simply want to check if a username and password are correct... If you work on .NET 3.5 or newer you can use the System.DirectoryServices.AccountManagement namespace and easily verify your credentials..

can i use ADFS 2.0 to authenticate certain users against SQL Server

http://stackoverflow.com/questions/4313512/can-i-use-adfs-2-0-to-authenticate-certain-users-against-sql-server

template in VS. Some of our users will not be in Active Directory so i would like to know if its possible to configure ADFS to.. question AD FS 2.0 can only authenticate against Active Directory AD DS . This is not explicitly documented in the official AD.. says AD FS supports two types of account stores Active Directory Domain Services AD DS and Active Directory Lightweight Directory..

Access a Remote Directory from C#

http://stackoverflow.com/questions/5433570/access-a-remote-directory-from-c-sharp

a Remote Directory from C# I am trying to access a remote network share from a.. 0x04 Group 0x05 Network 0x06 Root 0x07 Shareadmin 0x08 Directory 0x09 Tree 0x0a Ndscontainer 0x0b #pragma warning restore 1591..

Find Recursive Group Membership (Active Directory) using C#

http://stackoverflow.com/questions/6252819/find-recursive-group-membership-active-directory-using-c-sharp

Recursive Group Membership Active Directory using C# I am looking to get a list of all of the groups that.. of all of the groups that a user is a member of in Active Directory both explicitly listed in the memberOf property list as well.. way to make this query work. The standard text on Active Directory This CodeProject Article shows a way to do this that is basically..

MetadataException: Unable to load the specified metadata resource

http://stackoverflow.com/questions/689355/metadataexception-unable-to-load-the-specified-metadata-resource

property of the model to Copy to Output Directory. The connection string could be wrong. I know you say you haven't..

Understanding WCF Windows Authentication

http://stackoverflow.com/questions/9588265/understanding-wcf-windows-authentication

can be compared to ASP.Net Membership Provider or Active Directory Membership Provider. Further reading ASP.NET Active Directory.. Membership Provider. Further reading ASP.NET Active Directory Membership Provider and SQL Profile Provider wcf data contracts.. Only users which have a domain account in that Active Directory domain or a separate domain which has a bidirectional full trust..