Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7556303
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:50:02+00:00 2026-05-30T11:50:02+00:00

The question is rather simple, but my brain boils :((( I know, that i

  • 0

The question is rather simple, but my brain boils :(((
I know, that i should recursive function, but I can’t organize it properely,
because I’m limited by the types(it’s a requirment)

public String[] getFiles(String initialDir) {}

First in my code I get the list of files and directories of initialDir
then i go through the elements and look up for directories with the help of

.isDirectory()

and then I try to organize recursion, something like:

String [] buf = getFiles(Filelist[i].toString());

and here come troubles.

The main problem is, determining the size of obtained data and allocating
the necessary array of String [] type and further writing all recursion results
and first-call results to the resulting array of String [] type.

It really annoys me, so i need a fresh look from a side (maybe someone will help with
code in the function).

Thanks to all!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T11:50:03+00:00Added an answer on May 30, 2026 at 11:50 am

    You can use a list in the body of your method then convert it to an array:

    public String[] getFiles(String initialDir) {
       List<String> files = new ArrayList<String>();
       ...
           files.add(aLovelyFile);
       ...
           String[] moarFiles = getFiles(aLovelyDirectory);
           files.addAll(Arrays.asList(moarFiles));
       ...
       return files.toArray(new String[0]);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know is a rather simple question but I just can't find an appropriate
I know this is a rather simple question, but I can't figure it out
My question is rather simple, but I am stuck. How can I choose the
The question is rather simple. I know that there is SQLite. There is Core
My question is rather simple, but I couldn't find an answer, could be because
I feel like this is a rather simple question, but I can't seem to
I think that's a rather simple Question but I don't get it the way
I think, the answer to my question is rather simple, but I just can't
A rather simple question, but I can only find answers to more complex questions.
I searched google but couldn't find an answer to this rather simple question. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.