
How to check file system of a drive
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 203
- Joined: Wed Jul 23, 2008 8:46 am
How to check file system of a drive
Hi everyone, how are you? Hope just fine. I've made a script with "answer file" to browse the text files. But before making the next scripts, I need to check the file system (NTFS or not) of the drive containing the selected text file. Is it possible with rev ent. 4? Replies are most appreciated........ 

Re: How to check file system of a drive
How about shelling out to chkdsk? The first line will tell you the file system type.
get line 1 of shell("chksdk")
"The type of the file system is NTFS."
get line 1 of shell("chksdk")
"The type of the file system is NTFS."
-
- Posts: 203
- Joined: Wed Jul 23, 2008 8:46 am
Re: How to check file system of a drive
Thanks mwieder, works perfect !!! 
