NetWare is a computer network operating system developed by Novell, Inc. It initially used cooperative multitasking to run various services on a personal computer, using the Internetwork Packet Exchange (IPX) network protocol. It is hardware-independent, running on any suitable Intel-based PC compatible system, and a wide range of network cards. Products inclue NetWare Directory Services (NDS), a global directory service similar to Microsoft's Active Directory; GroupWise, an email system; ZENworks, an application configuration suite; and BorderManager, a security product. Open Enterprise Server, the current iteration, runs on a SUSE Linux Enterprise Server.
TRUSTED BY
Many older NetWare and COBOL applications used the Btrieve file format for data storage. From the console, you can try this command:
LOAD BUTIL -STAT volume:directory\filename.
(Be sure to provide the right volume name, directory name, and file name.) If this command spits out valid statistics about the file, then it is a Btrieve file.
If the above doesn't work for some odd reason, you can instead open the files in a Hex Viewer. If the first two bytes are 0x46 0x43 ("FC" in ASCII) or if the first 4 bytes are 0x00, then it is possible that the files are in the Btrieve format.
While re-reading your inquiry, I am a bit unclear as to what you are meaning. Do you want to access the FIL files? Or did a bunch of files disappear? If someone actually deleted your database files, then you can try using the SALVAGE command to retrieve the files. Unless the subdirectories were marked PurgeImmediate, the deleted files should hang around for a few days (or until the OS needs the disk space).