Rust [edit]. Using std::fs::walk_dir (unstable as of Rust 1.1) with imperative for-loop: #![feature(fs_walk)] use std::fs; use std::path::Path;
確定! 回上一頁