Subversion Repositories DevTools

Rev

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

Rev 6133 Rev 6177
Line 1... Line 1...
1
########################################################################
1
########################################################################
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
#
3
#
4
# Module name   : jats.sh
4
# Module name   : jats.sh
5
# Module type   : Perl Package
5
# Module type   : Perl Package
6
# Compiler(s)   : n/a
6
# Compiler(s)   : n/a
7
# Environment(s): jats
7
# Environment(s): jats
8
#
8
#
9
# Description   : This package contains functions to manipulate file paths
9
# Description   : This package contains functions to manipulate file paths
10
#                 directories and names.
10
#                 directories and names.
11
#
11
#
-
 
12
#                    InitFileUtils              - Call to init globals - after CWD has been setup
12
#                    Getcwd                     - Get current directory
13
#                    Getcwd                     - Get current directory
13
#                    Realpath                   - Get real path
14
#                    Realpath                   - Get real path
14
#                    Realfile                   - Get real path ?
15
#                    Realfile                   - Get real path ?
15
#                    RelPath                    - Convert to relative path
16
#                    RelPath                    - Convert to relative path
16
#                    AbsPath                    - Convert to Abs path
17
#                    AbsPath                    - Convert to Abs path