I'm trying to find the same answer, it seems it might be possible if you open it and work it via API calls, then there is a function:
Private Declare Function SetEndOfFile Lib "kernel32" (ByVal hFile As Long) As Long
That can do it, the trick is converting a Filenumber to a file handle