Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.3K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Working in multiple directories (Figured it out.)

POSTED BY: John Tokarski

Figured it out. Must be a syntax issue. But you can avoid the situation. In my above example, I have a list of the folders denoted as 'b'.

You can much easier type this as the code

For[i = 1, i <= Length[b], i++, SetDirectory[b[[i]]];

it works much easier.

POSTED BY: John Tokarski