Skip to content

Commit 5c8398d

Browse files
committed
make improvements of tjhe debui view
1 parent 43f424f commit 5c8398d

File tree

1 file changed

+1
-0
lines changed
  • Microsoft.VisualBasic.Core/src/Extensions/IO/Extensions

1 file changed

+1
-0
lines changed

Microsoft.VisualBasic.Core/src/Extensions/IO/Extensions/IO.vb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ Public Module IOExtensions
311311
'''
312312
<MethodImpl(MethodImplOptions.AggressiveInlining)>
313313
Public Sub ClearFileBytes(path As String)
314+
Call path.ParentPath.MakeDir
314315
Call IO.File.WriteAllBytes(path, New Byte() {})
315316
End Sub
316317

0 commit comments

Comments
 (0)