The Artima Developer Community
Sponsored Link

C# Answers Forum
Directories in C# .NET

1 reply on 1 page. Most recent reply: Sep 4, 2003 12:59 PM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
João Monteiro

Posts: 1
Nickname: jgsm
Registered: Sep, 2003

Directories in C# .NET Posted: Sep 1, 2003 3:07 PM
Reply to this message Reply
Advertisement
Hi , my name is João Monteiro and i´m from Portugal.

I´m in a project where i have to create some directories and i have to specify the maximum space available in the directory, something like a quota.

I can´t find anything that alow me to do just that in the .NET framework or in C#.

Can you help me??


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Directories in C# .NET Posted: Sep 4, 2003 12:59 PM
Reply to this message Reply
This is usually a OS thing, especially if you are talking about network shares.

However, if what you are trying to do is control the contents of specific directories that your .net application uses, then you probably want to have a look at the FileSystemWatcher component. It is pretty simple to use, but you can also find articles about how to use it on http://www.dotnet247.com or http://www.codeproject.com.

Flat View: This topic has 1 reply on 1 page
Topic: GAC - Assembly Reference Previous Topic   Next Topic Topic: register ocx ce.net

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use