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 9030497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T07:30:21+00:00 2026-06-16T07:30:21+00:00

The following line of Dart code shows true for existing files when run from

  • 0

The following line of Dart code shows true for existing files when run from the Terminal but false when run from IntelliJ or WebStorm. Can someone explain why and how to set up Idea editors so that it will return the same results as the Terminal run.

bool pathExists(String path) => new File(path).existsSync();

Update

After tinkering I’ve now found out that if I create the project in WebStorm 5 using ‘open directory’ it works fine for all(WebStorm, IntelliJ, and the Terminal). The problem is when I try to create the project in IntelliJ 12 as there seems to be no equivalent to open directory it seems to try to create a Java project. WebStorm seems to have better support for creating a Dart application from scratch at the moment. See answers below for instructions.

  • 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-06-16T07:30:22+00:00Added an answer on June 16, 2026 at 7:30 am

    You really should show the whole program and how you run it, otherwise I can only guess. And my guess would be that you are passing a relative path to the function and you run the program from a different directory than IntelliJ.

    Let’s say I have this Dart program:

    import 'dart:io';
    
    bool pathExists(String path) => new File(path).existsSync();
    
    main() {
      print(pathExists('books.txt'));
    }
    

    This program will print true when the books.txt file exists in the current directory. I happen to have such file in my home directory, so when I do

    ladicek@argondie:~$ dart check_file.dart
    

    it will obviously print true. But if I run the same program from another directory, it will surely print false. And that’s probably what happens in your case.

    You should check the Run/Debug Configuration in IntelliJ, it lets you configure the directory where the program is started.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following line of code throws NullReferenceException error When I check some checkboxes from
The following line of code return true (which it should not)....and convert 1.0228 into
The following line This does NOT work in my code in firefox/firebug (but works
The following line of code prevents the app from automatically locking the screen after
The following line works: SELECT * FROM [myschema].users But this does not: SELECT *
Under MonoTouch the following line of code compiles, but generates an InvalidProgramException: var bytes
The following line of code writes unsigned int values into a file but the
The following line of code comes from the official dialog/#modal-form example allFields = $(
The following line of code causes a JScript object expected error in IE: hideElements.apply(window,
The following line of code <% invite.accepted ? { @going, @not_going = 'selected', ''

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.