PC Review


Reply
Thread Tools Rate Thread

Checking whether "SomeString" is Directory or File...

 
 
Kerem Gümrükcü
Guest
Posts: n/a
 
      10th Mar 2005
Hi,

how can i find out, whether a given string specifies a Path or a file...

System.IO.File.Exist(UnknownString) does not work for my
application. i exactly need to know if the strng is a path or a file...

But how the h*** can i find it out....


Thanks in advance....


Kerem Gümrükcü


 
Reply With Quote
 
 
 
 
=?Utf-8?B?SmFrb2IgQ2hyaXN0ZW5zZW4=?=
Guest
Posts: n/a
 
      10th Mar 2005
Use the FileSystemInfo.Attributes property which is of type FileAttributes.
The FileAttributes enumeration has a flag FileAttributes.Directory which I
believe is what you are looking for.

HTH, Jakob.


"Kerem Gümrükcü" wrote:

> Hi,
>
> how can i find out, whether a given string specifies a Path or a file...
>
> System.IO.File.Exist(UnknownString) does not work for my
> application. i exactly need to know if the strng is a path or a file...
>
> But how the h*** can i find it out....
>
>
> Thanks in advance....
>
>
> Kerem Gümrükcü
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Control the output directory, when checking "Sign the assembly" Mr. X. Microsoft C# .NET 1 30th Oct 2010 11:24 PM
newb question... string = @"somestring" mp Microsoft C# .NET 4 18th Sep 2010 11:33 PM
How to stop opening message "Outlook previously did not close properly ... checking file" EagleOne@discussions.microsoft.com Microsoft Outlook Discussion 4 7th Apr 2008 05:51 PM
Checking whether "SomeString" is Directory or File... Kerem Gümrükcü Microsoft Dot NET Framework 1 10th Mar 2005 02:34 PM
***** Please Help Get Message :- "Checking file system On C:" Repeatedly - Get this randomly many times a day Mart Windows XP General 1 1st Sep 2004 07:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:57 AM.