Skip to content

Instantly share code, notes, and snippets.

@bojanrajkovic
Created October 11, 2010 07:15
Show Gist options
  • Save bojanrajkovic/620162 to your computer and use it in GitHub Desktop.
Save bojanrajkovic/620162 to your computer and use it in GitHub Desktop.
saul:~ bojanrajkovic$ ln -sv Music Music-Link
Music-Link -> Music
saul:~ bojanrajkovic$ csharp
Mono C# Shell, type "help;" for help
Enter statements below.
csharp> using System.IO;
csharp> var fi = new FileInfo ("Music-Link");
csharp> fi.Attributes;
Directory, ReparsePoint
csharp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment