Windows file visibility
Roger.E.Eller at sealedair.com
Roger.E.Eller at sealedair.com
Sat Mar 4 21:26:29 EST 2006
> I tried the delimiter both ways and checked (and reset) my folder
> options - still no go.
>> put "attrib +h" && thePathToMyFile into commandString
Are there any spaces in thePathToMyFile? If so, try enclosing it in
quotes.
put "attrib +h" && quote & thePathToMyFile & quote into commandString
Roger Eller <roger.e.eller at sealedair.com>
More information about the use-livecode
mailing list