System.IO.Directory.EnumerateFiles "/bin" |> Seq.map (fun s -> s.Replace ("/bin/", "")) |> Seq.iter (printfn "%s")