plz reply
In CLI
cleartool mkdir dirname
cleatool co -nc dirname
cd dirname
cleartool mkelem file.txt
cd..
cleartool ci -nc dirname
cd dirname
cleartool co -nc file.txt
after you add some codes
just say cleartool ci -nc file.txt
IN GUI
first add your direcory element into the source control and then
create a new file element and add the file into the source control
I hope you got the answer.