Ignore:
Timestamp:
Nov 15, 2009, 7:02:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI Version 2.0 beta5 level code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/shared/cltinit.vrs

    r345 r347  
    106106    IF options.!debug == 1 THEN say '  Samba smb.conf = "'samba.!smbconf'"'
    107107
     108    /* upcase table files - several utilities need these */
     109    if (\VRFileExists(samba.!bin'\lib\upcase.dat')) |,
     110       (\VRFileExists(samba.!bin'\lib\lowcase.dat')) |,
     111       (\VRFileExists(samba.!bin'\lib\valid.dat')) then call _ErrorDataFileNotFound 'upcase table files not present.'
     112
    108113    /* Create these directories to make sure they do exist */
    109114    ok = SysMkDir(unixetc)
Note: See TracChangeset for help on using the changeset viewer.