Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
8.21. SysFileSystemType (Windows only)
Returns the type of file system (e. g. FAT or NTFS) used on a drive. Returns the null string if the drive is not accessible.
Parameter:
drive
A drive specification like
d:\
or
\\share\path
. If omitted, the current drive is used.
Example 8.12. RexxUtil — SysFileSystemType
say
SysFileSystemType
(
"
C:\
"
)
-- NTFS
Prev
8.20. SysFileSearch
Up
Home
Next
8.22. SysFileTree