Top "Directoryinfo" questions

The .NET DirectoryInfo object contains detailed information about a directory on the filesystem.

Directory vs DirectoryInfo

Are they equivalent or alternatives to each other? Is any of them deprecated and if so, which one? Which one …

c# asp.net directory directoryinfo
What does @"../.." mean in a path?

I am following this tutorial from MSDN. There's something I saw in the code that I can't understand private void …

c# directoryinfo
DirectoryInfo.getFiles beginning with

I've come across some strange behavior trying to get files that start with a certain string. Please would someone give …

c# directoryinfo
Get path of directoryinfo object

Writing some code in C#, I was wondering if there was a way to get the correct path of a …

c# directoryinfo
Check if directory is accessible in C#?

Possible Duplicate: .NET - Check if directory is accessible without exception handling Im making a small file explorer in Visual …

c# visual-studio-2010 directoryinfo getdirectories
Is there an async version of DirectoryInfo.GetFiles / Directory.GetDirectories in dotNet?

Is there an asynchronous version of DirectoryInfo.GetFiles / Directory.GetDirectories in dotNet? I'd like to use them in an F# …

.net f# asynchronous directoryinfo async-workflow
Second path fragment must not be a drive or UNC name - Create Subdirectory Error

I have an exception in the third line ofthis code "Second path fragment must not be a drive or UNC …

c# .net directory subdirectory directoryinfo
C# display all files from selected folder

I want to display all the files from a selected folder.. ie files from that folder and files from the …

c# wpf fileinfo directoryinfo
Sorting files from directoryinfo by date in asp.net

how can I sort (not filter) directoryinfo files by date (oldest to recent) ? I am using asp.net and visual …

asp.net vb.net directoryinfo
DirectoryInfo, FileInfo and very long path

I try to work with DirectoryInfo, FileInfo with very long path. I try use \\?\c:\long path (i got illegal …

c# .net fileinfo directoryinfo pathtoolongexception