差分発生行の前後
無視リスト:
コミット日時:
2008/07/09 17:30:07 (4 年前)
コミッタ:
michi
ログメッセージ:

asdoc追加

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/Utils/src/org/libspark/utils/FileUtil.as

    r237 r804  
    1 /** 
     1/** 
    22 * The File Utility Class for ActionScript 3.0 
    33 * 
     
    3232    import flash.filesystem.File; 
    3333    import flash.filesystem.FileStream; 
    34  
     34         
     35        /** 
     36         * ファイル操作を行うためのユーティリティクラスです <span style="color:#FF0000; font-weight:bold;">(AIR Only)</span> 
     37         */ 
    3538    public class FileUtil { 
    3639 
    3740       /** 
    3841        * Constructor 
     42                * @private 
    3943        */ 
    4044        public function FileUtil() {