.. highlightlang:: us .. index:: FS_GetFileSystemList .. _fs_getfilesystemlist: FS_GetFileSystemList ==================== .. us.tag FS_GetFileSystemList ENGLISH New300 FILE_MISC :ref:`FS_GetFileSystemList` retrieves a list of drive names. .. function:: svFileSystem = FS_GetFileSystemList() .. us.return **Return Value** *svFileSystem* is a list of drive names. .. us.example **Example** :: * FS_GetFileSystemList() a:\ c:\ d:\ e:\ f:\ g:\ h:\ i:\ k:\ l:\ m:\ .. seealso:: :ref:`overview-files`, :ref:`FS_GetFreeSpace`, :ref:`GetUNCPath` :sub:`id-1780243`