cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a folder in current workspace using java code

Former Member
0 Kudos

Hi Experts,

I need to create a folder and some file in the workspace of NWDS user. Can someone please suggest how can i find out the workspace of user using JAVA code.

IWorkspaceRoot is not working in NWDS.

Regards

Pranav

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pranav,

Tell me if you want to create this folder at run time or in NWDS while developing application.

If you want to create it at the time of development just change your perspective to Java perspective and from there you can see the entire project structure and from there you can create desired files / folders.

Ninad

Former Member
0 Kudos

HI Ninad,

I want to get the workspace path at runtime which is similar to what NWDS do when we start the tool. For example say i create a scf file and give it to you and you sync to create a project out of it. But when you execute that project i want to add a properties file in your current workspace so with some properties value and keys. Hope i am much clear now.

Regards

Pranav