Changeset 1748
- Timestamp:
- 11/09/08 00:21:19 (2 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/CommandLine.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/CommandLine.cobra
r1746 r1748 1141 1141 Validate arg as filename and on success add into fileList 1142 1142 """ 1143 sep = Path.directorySeparatorChar.toString 1144 arg = arg.replace('\\', sep).replace('/', sep) 1143 1145 if File.exists(arg) 1144 1146 fileList.add(arg)
