列舉目錄和檔案

2021-05-26 09:29:11 字數 750 閱讀 4392

1.列舉所有目錄中的名稱

try;

foreach

(var

f in

files)/t"

, f.file, f.line);

}console.writeline(files.count().tostring());

}catch

(unauthorizedacces***ception uaex)

catch

(pathtoolongexception pathex)

2.列舉當前目錄的目錄及其檔案

directoryinfo dir

=new

directoryinfo(

@"f:/電影");

varfiles

=from

file

indir.enumeratefiles()

select

file;

foreach

(var

f in

files)

",f);

}var

directory

=from

dirin

dir.enumeratedirectories()

select

dir;

foreach

(var

f in

directory)

", f);

}

目錄和檔案命令

查詢目錄中內容 ls ls 選項 檔案或目錄 選項 查詢所在目錄位置 pwd print working directory ticy ubuntu share puck2 build tmp deploy images aud8516 ztk basic pwd home ticy share p...

建立目錄和檔案

1 在 opt下遞迴建立a b c 2 在 opt a b c建立乙個空檔案tarena.txt 3 為檔案 etc sysconfig network scripts ifcfg eth0 建乙個快捷方式存放到 etc ifcfg eth0 4 同時建立 nsd root zhangsan 當前路...

linux檔案目錄和檔案鏈結

linux目錄結構 linux的檔案目錄管理 home root dev usr etc boot lib var tmp proc bin sbin 通常稱為根分割槽。所有的檔案和目錄的起始點。只有root使用者對此目錄擁有寫許可權。etc 配置檔案 包含所有應用程式的配置檔案,也包含啟動 關閉某...