Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Is Project.getFile(String fileName) case sensitive
Is Project.getFile(String fileName) case sensitive [message #89526] Sat, 05 July 2003 16:22
Eclipse UserFriend
The name of the resource (as String) is known to me (The name is retrieved
from the repository). I need to get the IFile object corresponding to the
file name.
For e.g. file with the name "myFile.txt" exists under Project1
The file name in the repository is myfile.txt. In windows the file names are
case insensitive. So I assumed if I used Project.getFile(myfile.txt), I
would get the IFile corresponding to file myFile.txt under Project1. But
this was not the case. Is this the desired behavior?

Thanks
Balaji
Previous Topic:Can I use eclipse plug-ins in the WSDD?
Next Topic:Mundane task of setting up IAction
Goto Forum:
  


Current Time: Sun May 11 06:39:01 EDT 2025

Powered by FUDForum. Page generated in 0.02833 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top