Jump to content

Is there any way to get the filename from the variable pointing to the opened file?


Denis
 Share

Recommended Posts

Is there any way to get the filename from the variable pointing to the opened file?

: $file=fileopen("something.txt")

How can I get the "something.txt" from $file ?

Should I use another variable to keep the name of the opened file?

: $filename="something.txt"

: $file=fileopen($filename,0)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...