Using C# in PowerShell to move files
Screedump form Windows PowerShell ISE Code $source = @" using System; using System.Collections.Generic; using System.Text; using System.IO; namespace Rvl.Demo.Common { public class MoveFiles { public static void Move()