PC Review


Reply
Thread Tools Rate Thread

I need to know if the underliing OS of a file supports FileSystemWatcher

 
 
William Ryan
Guest
Posts: n/a
 
      29th Jun 2003
Try something like this (I'm using C#, but VB.NET works
the same): from CH 23 of MS Press Microsoft .NET Compact
Framework (Wigley, Wheelwright).

OperatingSystem osInfo = Environment.OSVersion

switch(osInfo.Platform)
{
case PlatformID.Win32NT:
case PlatformID.Win32Windows:
}

>-----Original Message-----
>Hello,
>
>I have a UNC-Filename (e. g.

\\HostComputer\C\Data\Test.abc). How can
>I retrieve informations if the hosts operating system

(XP, NT, W98)
>supports FileSystemWatcher?
>
>Thanks for any help.
>
>Tobias
>.
>

 
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
FileSystemWatcher and Word file piola vago Microsoft Dot NET 2 24th Jan 2007 10:53 PM
FileSystemWatcher and Getting Access to a file gregory_may Microsoft Dot NET Framework 2 30th Jul 2004 06:48 PM
FileSystemWatcher: file used by another process Oleg Ogurok Microsoft Dot NET Framework 1 24th Feb 2004 12:34 AM
Adding Image file supports into .net Dave Quigley Microsoft C# .NET 8 5th Jan 2004 11:13 AM
RE: I need to know if the underliing OS of a file supports FileSystemWatcher Yan-Hong Huang[MSFT] Microsoft Dot NET 0 1st Jul 2003 03:48 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:36 PM.