Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Newbie here, i need help

  1. #1
    Junior Member
    Join Date
    Sep 2024
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Newbie here, i need help

    hi! im really new in Java, i want to ask how do i change the file path but for android storage directory? or its not possible?


    public function Config(name:String)
    {
    super();
    var userDirectory:File = new File("C:/Users/pc/Downloads/Compressed");
    var game:File = userDirectory.resolvePath("Folder");

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,107
    Thanks
    65
    Thanked 2,717 Times in 2,667 Posts

    Default Re: Newbie here, i need help

    Is this a question about how to find a path to a folder or file on an Android device?

    What language is the code you posted? This is a java forum.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Hello all it is me the newbie!
    By Spreadhisword in forum Member Introductions
    Replies: 1
    Last Post: April 17th, 2013, 11:03 PM
  2. Really A newbie :)
    By killerspy08 in forum Member Introductions
    Replies: 2
    Last Post: August 19th, 2012, 02:00 AM
  3. Newbie here :D
    By maryzark19 in forum Member Introductions
    Replies: 1
    Last Post: October 10th, 2011, 10:43 AM
  4. Newbie here
    By zoneraider in forum Member Introductions
    Replies: 2
    Last Post: September 8th, 2010, 05:18 AM
  5. Me = Newbie;
    By Bacon n' Logic in forum Member Introductions
    Replies: 6
    Last Post: August 31st, 2010, 08:28 PM