Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Creating Folders Using VB and Recursion

    Hello, I've maked this code for creating folders in VB;

    Public Sub CrearPath(strPath As String)

        Dim Carpetas() As String

       

        Carpetas() = Split(strPath, "\")

       

       ...

Viewing post 1 (of 1 total)