Home
TeamSite
File->COPY
System
Hi,
I am using TS5.52 on unix box.
I have aquestion about file->copy.Is it possible to copy file from one category to other if so how to define path?
I copied in the same folder by giving name.
I tried copy from folder A to folder B by giving full path /default/main/ etc it is not working is it possible?
Thanx in advance
Find more posts tagged with
Comments
Michael
You can copy a file into another directory by specifying a relative path.
Say you had a directory structure like:
/ (root directory)
/foo (foo directory)
/bar (bar directory)
and in your foo directory you have a file called smile.png. To copy smile.png from foo directory to bar directory in the File -> Copy dialog you would enter:
../bar/smile.png
Hope this makes sense -- just in case you haven't come across this syntax before the double dots (..) indicate the parent directory.
Cheers
Michael