Ignore:
Timestamp:
Jan 22, 2019, 7:49:23 PM (6 years ago)
Author:
Andreas Schnellbacher
Message:
  • Added proc GetRealCase. It return the correct case of a file, drive or dir name.
  • Added call to GetRealCase file loading. Now the displayed filename in the titlebar always shows the correct case, independent of the case used for the file loading filemask.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/edit.e

    r3403 r3430  
    111111         -- If FileSpec contains wildcards then find Filenames
    112112         if NepmdGetNextFile( StrippedFileSpec, Handle, Filename) then
     113            NepmdGetNextClose( Handle)
    113114            filestoload = filestoload + 1
    114115         else
     
    622623               FileSpec = '"'FileSpec'"'
    623624            endif
     625
     626            -- Get real case of file system object (returns the input if it doesn't exist)
     627            FileSpec = GetRealCase( FileSpec)
    624628
    625629            -- Handle dirs specially
Note: See TracChangeset for help on using the changeset viewer.