Perlリファレンス
opendir
Perl入門
CGI入門
Tips
演算子一覧
関数辞典
特殊変数一覧
モジュール
HTML
JavaScript
左サイドバー
右サイドバー
記事下ブロック
opendir
ディレクトリを開きディレクトリハンドルに対応させる。
書式
opendir ディレクトリハンドル,ディレクトリ
例
opendir(DIR,"./dir");
opendirでディレクトリを開いたら
closedir
で閉じる。
ディレクトリ関連は、
1.opendirで開く。
2.
readdir
でリストを得る。
3.
closedir
で閉じる。
以外の操作をすることはないと思う。
関連
readdir
telldir
seekdir
rewinddir
closedir
MultiSiteAnalyzer
[
編集
] [
新規
] [
削除
] [
バックアップ
] [
アップロード
] [
ログイン
] [
管理
]
whwiki 1.3
編集 : [opendir]
*opendir ディレクトリを開きディレクトリハンドルに対応させる。 書式 >opendir ディレクトリハンドル,ディレクトリ 例 >opendir(DIR,"./dir"); opendirでディレクトリを開いたら[[closedir]]で閉じる。 ディレクトリ関連は、 1.opendirで開く。 2.[[readdir]]でリストを得る。 3.[[closedir]]で閉じる。 以外の操作をすることはないと思う。 関連 -[[readdir]] -[[telldir]] -[[seekdir]] -[[rewinddir]] -[[closedir]]
新規ページ作成
ファイルアップロード
ログイン
: ユーザー名
: パスワード