randhir Posted November 22, 2011 Posted November 22, 2011 Dear All, I am working on a project of FMAPI. While working on it, I faced a problem while scanning a folder of the the MAMP server. I am working on a client machine. For example: http://203.129.217.111:8888/KK", this is my server address, and my address is localhost/KK. Whenever I am trying to scan the folder KK of the server, I am getting the error "[function.opendir]: failed to open dir: not implemented" Please suggest me an exact way to resolve this problem. Today is my b'day, and offer me a gift a solution to resolve this problem.. Thanks in advance to you all...
randhir Posted November 22, 2011 Author Posted November 22, 2011 Otherwise, please suggest me or give an idea about that, How can I retrieve or store the name of the file in the database stored with the help of SuperContainer. Again I am repeating the name of the file not the folder.
bcooney Posted November 22, 2011 Posted November 22, 2011 You can obtain the name of the file that is stored via SuperContainer using their plugin. The function is GetValue ( SCGetInfo (folderpath); 1), the first value is the file name. Are you using the companion plug-in? If not, you can parse the webviewer contents for the filename. Use GetObjectLayoutAttributes ( "webviewer" ; "content"). See this helpful blog from MIT's FM user group.
fmbug Posted November 23, 2011 Posted November 23, 2011 dear bcooney, I am unable to retrieve the filename of the super container.
bcooney Posted November 23, 2011 Posted November 23, 2011 Well, what have you tried? Please give a bit more detail. Post the calc you're using.
Recommended Posts
This topic is 5005 days old. Please don't post here. Open a new topic instead.
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 accountSign in
Already have an account? Sign in here.
Sign In Now