Skip to content

Commit

Permalink
Changing title to C1 2.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarKofoed committed Mar 11, 2011
1 parent 452c93c commit efb74c8
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 174 deletions.
5 changes: 3 additions & 2 deletions Composite/Core/IO/C1DirectoryInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ namespace Composite.Core.IO

/// <summary>
/// This class is a almost one to one version of System.IO.DirectoryInfo. Using this implementation instead
/// of System.IO.Directory, will ensure that your code will work both on Standard Windows deployment
/// of System.IO.DirectoryInfo, will ensure that your code will work both on Standard Windows deployment
/// and Windows Azure deployment.
/// See System.IO.DirectoryInfo for more documentation on the methods of this class.
/// See <see cref="Composite.Core.IO.Plugins.IOProvider.IC1DirectoryInfo"/>.
/// </summary>
public class C1DirectoryInfo : C1FileSystemInfo
{
Expand Down Expand Up @@ -209,7 +210,7 @@ public void Create()
/// <summary>
/// Creates a subdirectory.
/// </summary>
/// <param name="path"></param>
/// <param name="path">Path to directory to create.</param>
/// <returns></returns>
public C1DirectoryInfo CreateSubdirectory(string path)
{
Expand Down
Loading

0 comments on commit efb74c8

Please sign in to comment.