file-system-type

Function

Package: common-graphics

Arguments: device

Returns a keyword indicating the physical type of drive named by device. Device may be a character (such as #\C), a string ("C" or "C:"), or a symbol (:c, the printname will be used). Possible returned values include :removable (includes diskette drives), :fixed (regular hard disks), :remote (a networked drive on another machine), :cdrom, :ramdisk, :no-root-directory (for a drive that appears not to be set up), :unknown (drive type cannot be determined). If the filesystem is not mounted, nil is returned.

The actual home package of the symbol naming this function is the windows package, but it is also exported from the common-graphics package.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.