Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
a simple question - i'm just starting.
I need to get the name of the cacheFile associated with the selected object to be able to modify its parameters. I have an object called let's say Object and its cachFile is called ObejctCache1. how to query that name ?
string $sel[] = `ls -sl`;
string $obj;
string $cache;
for ($obj in $sel)
{
$cache = ....($obj->cacheFile->filename)
setAttr ($cache +".oscillate") 1;
}
thanks!
Solved! Go to Solution.