Subversion Repositories DevTools

Rev

Rev 4265 | Rev 4344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4265 Rev 4309
Line 44... Line 44...
44
#
44
#
45
 
45
 
46
package FileUtils;
46
package FileUtils;
47
use base qw(Exporter);
47
use base qw(Exporter);
48
use File::Path;
48
use File::Path;
-
 
49
use File::Spec::Functions;
49
 
50
 
50
use JatsError;
51
use JatsError;
51
use Cwd;
52
use Cwd;
52
our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
53
our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
53
 
54
 
Line 73... Line 74...
73
                DisplayPath
74
                DisplayPath
74
                TruePath
75
                TruePath
75
                FileCreate
76
                FileCreate
76
                FileAppend
77
                FileAppend
77
                RmDirTree
78
                RmDirTree
-
 
79
                catfile
-
 
80
                catdir
78
 
81
 
79
                $ScmPathSep
82
                $ScmPathSep
80
                $ScmDirSep
83
                $ScmDirSep
81
                $Cwd
84
                $Cwd
82
                $CwdDrive
85
                $CwdDrive