File\_Compress
Description
Section titled “Description”Compresses folder. The function uses NTFS compression method. It is only supported on Windows 2000 and Windows XP
Syntax
Section titled “Syntax”File_Compress(sDirectory) As Boolean
Parameters
Section titled “Parameters”sDirectory (String)
Folder to compress
Example
Section titled “Example”VBScript
If bStatus Then bStatus = File_Compress("C:\TEMP")Related functions
Section titled “Related functions”