Changeset 3430 for trunk/src/netlabs/macros/edit.e
- Timestamp:
- Jan 22, 2019, 7:49:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/edit.e ¶
r3403 r3430 111 111 -- If FileSpec contains wildcards then find Filenames 112 112 if NepmdGetNextFile( StrippedFileSpec, Handle, Filename) then 113 NepmdGetNextClose( Handle) 113 114 filestoload = filestoload + 1 114 115 else … … 622 623 FileSpec = '"'FileSpec'"' 623 624 endif 625 626 -- Get real case of file system object (returns the input if it doesn't exist) 627 FileSpec = GetRealCase( FileSpec) 624 628 625 629 -- Handle dirs specially
Note:
See TracChangeset
for help on using the changeset viewer.