Results 1 to 6 of 6

Thread: Move Files to SubFolders

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    VBAX Regular
    Joined
    Jun 2017
    Posts
    26
    Location
    folderIdx.name is this portion
    Ring_Solitaire_Marquise_6X3mm.3dm

    I add the perspective when i save the file.

    This is the portion that creates the folder where I want to move the files.

    For Each folderIdx In files

    'create folder to save the renders
    If Not folderexists(strFolder & "\renders\" & folderidx.name) Then
    mkdir strFolder & "\renders\" & folderidx.name
    End If

    Next


    Im attaching a screencap of the directory from which I want to move the files. You can see the folder that has been created.
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •