drawers / files hiding
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    Ingo
    Posts: 103 from 2004/3/20
    From: #AmigaZeux
    According to autodocs, there's no such thing as hide.
    The H-flag was never supported by FFS/SFS AFAIK.

    #define FIBF_SCRIPT (1 << FIBB_SCRIPT)
    #define FIBF_PURE (1 << FIBB_PURE)
    #define FIBF_ARCHIVE (1 << FIBB_ARCHIVE)
    #define FIBF_READ (1 << FIBB_READ)
    #define FIBF_WRITE (1 << FIBB_WRITE)
    #define FIBF_EXECUTE (1 << FIBB_EXECUTE)
    #define FIBF_DELETE (1 << FIBB_DELETE)
  • »13.01.07 - 14:17
    Profile Visit Website
  • Moderator
    Golem
    Posts: 766 from 2003/2/28
    From: Denmark
    It is supported, but it's meaning is not hide, it's hold. If set on an executable where pure is also set, the executable will be made resident on first invocation.
  • »13.01.07 - 15:01
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    r-tea
    Posts: 302 from 2005/3/27
    From: Poland, Zdzies...
    I've found a solution.
    I use SFSObject command. It's easy and effective.
    Hidden files and drawers are still available by typeing their full paths.
    http://martin-alt.lichtvoll.de/amiga/programme/SFSobject.lha
    Mac mini G4@1,5GHz silent upgrade + Xerox Phaser 3140 + EPSON Perfection 1240U
    Commodore C64C + 2 x 1541II + Datasette + SD-Box

    I miss draggable screens... and do you? I know I'm in a minority unfortunately.
  • »13.01.07 - 16:12
    Profile