views:

36

answers:

0

I have a server on the internet which contains several subfolders like followings, each folder contains several datas, I would like to download a certain amount of data from the server (ex: all the data in the folder a\b\01), my question is, how can I get the subfolder number of the folder 01? in this case the number is 8, but how can I get it???

a\b\01\data1\
a\b\01\data2\
a\b\01\data3\
a\b\01\data4\
a\b\01\data5\
a\b\01\data6\
a\b\01\data7\
a\b\01\data8\