Format:
Recent snippets matching tags of Phantom
public class WrappedFileInfo : WrappedFileSystemInfo { public WrappedFileInfo(string baseDir, string path, bool flatten) : base(baseDir, path, new FileInfo(path), flatten) { } public override void CopyToDirectory(string path) { if (!Directory.Exists(path)) { Directory.CreateDirectory(path); } if (Flatten) {
166 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
