Skip to content

Instantly share code, notes, and snippets.

@tinmegali
Last active June 1, 2018 23:06
Show Gist options
  • Save tinmegali/4ec6e36347a398dd70b5d9b6f067b07f to your computer and use it in GitHub Desktop.
Save tinmegali/4ec6e36347a398dd70b5d9b6f067b07f to your computer and use it in GitHub Desktop.

Files in Folder

 var info = new DirectoryInfo(path);
 var fileInfo = info.GetFiles();
 for (file in fileInfo) print (file);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment