DateTime 型の日付を指定します。(自動変換機能によって文字列でも可能だったりします)。このオプションはファイルに対してだけ有効です。ディレクトリに対しては無効です。
(EN) Designate a date by DateTime. (According to the auto convert function, you may designate by String). This option is valid for only "files", but "directoris".
下のサンプルでは、2000年の変更日付のファイルとすべてのディレクトリとを返します。
(EN) Following sample returns the files with time stamp of year 2000 and all of directories.
- 例 (Example)
-
require "phi"
puts Win.dos_dir( "c:/windows/*.*" , nil , "2001/1/1", "2001/2/1")
取得した Win::SearchRec#attr は次の定数で判断してください。(FA_FILE は使用できません)。
(EN) Test Win::SearchRec#attr by following constants. ( FA_FILE
cannot be used for the tast ).
- Win::FA_READ_ONLY
-
- Win::FA_HIDDEN
-
- Win::FA_SYS_FILE
-
- Win::FA_VOLUME_ID
-
- Win::FA_DIRECTORY
-
- Win::FA_ARCHIVE
-
- Win::FA_ANY_FILE
-