• exec/load/filebase.js

    From echicken to CVS commit on Monday, July 20, 2020 12:59:38
    exec/load filebase.js 1.8 1.9
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv16239

    Modified Files:
    filebase.js
    Log Message:
    Strip trailing spaces from file extension (ScottD)

  • From echicken to Git commit to main/sbbs/master on Wednesday, January 27, 2021 12:01:06
    https://gitlab.synchro.net/main/sbbs/-/commit/1e28b7ceb41182f6723f309c
    Modified Files:
    exec/load/filebase.js
    Log Message:
    For FileEntry.name, just return base if ext is empty.
  • From Rob Swindell to Git commit to main/sbbs/master on Saturday, April 17, 2021 13:37:40
    https://gitlab.synchro.net/main/sbbs/-/commit/ea1d2248af1388e863b0c5f6
    Modified Files:
    exec/load/filebase.js
    Log Message:
    Replace the guts of OldFileBase to make it v3.19 compatible

    This appears to be enough to make hatchit.js work again and file
    listings in webv4 (not sure beyond that).

    This file is now just an unnecessary shim and should go away when
    the consumers (hatchit and webv4) no longer need it.

    I did not "port" support for the file properties:
    - base
    - ext
    - datoffset
    - opencount
    - misc
    - altpath

    They don't appear to be needed.