Viewing post 1 (of 1 total)
Hello, I've maked this code for creating folders in VB;
Public Sub CrearPath(strPath As String)
Dim Carpetas() As String
Carpetas() = Split(strPath, "\")
...
February 23, 2005 at 5:19 am
#543661