Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Size'
come può essere che non mi funziona obj.Size??
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Size'
come può essere che non mi funziona obj.Size??
Magari obj non è un oggetto corretto.![]()
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
e se scrivo
Response.Write objFSO.Size
mi dà quell'errore![]()
Ma tu sopra hai scrittononcodice:obj.SizeInoltre il Size non si applica all'oggetto FSO in generale ma solo ad un oggetto File o Folder (non sono sicuro) del'oggetto FSO.codice:objFSO.Size