November 22, 201114 yr 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...
November 22, 201114 yr Author 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.
November 22, 201114 yr 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.
November 23, 201114 yr Well, what have you tried? Please give a bit more detail. Post the calc you're using.
Create an account or sign in to comment