aavvee <[EMAIL PROTECTED]> wrote:
Hi,
In my program, I created a file. Then I get a file name from inline command.
And I want to compare if this file name is the same as the file which I
created. How to do this? Thanks a lot!
Best,
Avee
My suggestion, would be assign the name of the first file to a variable, and then the second file to a second variable. Then do an 'if' statement to compare them...
if (var1 == var2)
I'm new...so don't take too much strength in that idea. I'm still learning,...
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>.
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>.
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/c-prog/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
