I am using FindFirstChangeNotification API to monitor the changes happening in a particular folder.But how to exclude a particular file(present in the watching folder) change notification Only.
Hi guys, I have a problem. I have to access to the data folder of
other applications from my application
to read configuration's file and so on but it seems it's possible only
to read data from the sdcard and my application's data folder.
Can you suggest me how to solve this problem?
I have a closed source Java application for which vendor has provided APIs for customization. As I have no other documents, i rely completely on the API's javadoc.
I want to trace what methods are actually called in different classes for a particular use case. Is there any way to do that with eclipse?
I am trying to find a lib file that I created. I changed the configuration type to static lib. Then I rebuild the application. When I go to the debug folder in windows, I see the .lib file. but when I create a new application and try to add it to "additional Library Directories" I go to the exact folder and it does not show up.
I am looking for :-
A mature, scalable and proven CMS solution
With Support for Mobilization (Android and iPhone)
Good Amount of Customization using Java / .NET
Lots of out of the box components to choose from.
Please help with recommendations.
p.s Are there any Mobile CMS providers which works in a SaaS model?
Hey,
I wanted to know if we can access the HttpContext class in the App_Code folder. I am asking so because i have a CommonMethods.cs class inside my App_Code folder.
I have written a method that checks if a cookie exists on the client machine or not, but it does not return the cookie.
Although when i write the same code on the ASPX.cs page i get the cookie!!
can anybody clarify me as in whats going on??
thanks
hi,
I have installed my website in a subfolder www.server.com/folder/index.php
Is there any way to hide "folder/" in my url ?
The only solution I can think is to change Directory Root on the apache config file, but unluckily I don't have access to it
thanks
it is my third question for ftp file transfer between to machine where one machine has a shared folder and i have to access that folder from my machine using ansi-c or can use a third party lib for this purpose,
i am stuck here help required.........................
I see so many solution , but none of them was matching my problem .
As i am new to iOS development .
I have a String
abc/_api/web/GetFolderByServerRelativeUrl('Documents/Root Folder/Level 1/Level 2/Level 1-1/Level 1/')/folders.
I want to remove Remove Substring after last "/"
for example my new string should look like this.
abc/_api/web/GetFolderByServerRelativeUrl('Documents/Root Folder/Level 1/Level 2/Level 1-1/Level 1/)
Can someone suggest me the best way to achieve this , thanks ,
Hi:
I am using mysettings to save user settings.
This config file is saved in this path:
c:\ Documents and
Settings \ \ [Local
Settings] Application
Data\\\
Is possible to change this path? For example, in my case I save app data in "ProgramData" folder (Vista & W7) and I would like save this config file in the same folder. Is possible?
Thanks in advance
Let's say I need to create a new file whose path is ".\a\bb\file.txt". The folder a and bb may not exist. How can I create this file in C# in which folder a and bb are automatically created if not exist?
I have to install windows service using Visual Studio. Target location for the install is handled by “DefaultLocation” property in Visual Studio setup project. I had used [AppDataFolder] tag to install the application. As the result, it has been installed in “C:\Users[username]\AppData*Roaming*” folder. I can not figure out how to modify “DefaultLocation” property in such a way that application will be installed in C:\Users[username]\AppData*Local* folder. Any idea how to accomplish that?
If I need a php-page to have access to upload images and move images from a folder on the server, what permissions would I set on the folder then?
I know we have "Owner", "Group", and "Others".
But what does the server (or the php-code itself) count as? Owner?
Also, would I need to set the php-page with the upload script with some specific permissions to be able to upload the files? Is it execute permissions?
Thanks
I'm using Topsy plugin for wordpress, but i wnnat to customize with more option like change background.
how can i replace the topsy css file?
the css file is loaded after my css and use many !important and replace my customization.
tks!
Is it possible to load multiple files from a project directory. For example, loading FileA.txt, FileB.txt, and FileC.txt from a folder (raw/assets) within the project folder?
Any help would be much appreciated.
I cannot embed this into the msi - meaning - while building the setup, I do not know the content of the text file. After the setup has been built (the msi is ready), I want to distribute a text file along with the msi and make the setup paste that file inside a particular folder - in my case, the machine's ProgramData folder. Please guide.
Hello,
I am trying to remove excess directories from an uploaded zip file.
For example I would like to transform :
/folder1/folder2/folder3/ [Files are in this folder]
to
/folder1/[files are in this folder]
Any help would be appreciated, Thanks.
Hi,
I'm trying to deploy a Word Template solution that uses VSTO with VS2010.
Everything goes well until I try to move the template file away from the folder that has the assemblies (then I get a "failed to customization error").
What is the best way to make sure that file knows where the assemblies are? Should I update the _AssemplyLocation property programatically or is there another way to do this?
Thanks.
Open App.Path & "\Folder\" & str(0) For Output
Seems to get a path not found however if directly before that I do
MsgBox App.Path & "\Folder\" & str(0)
It Provides the correct directory/filename that I want
and if I replace that string with the direct path in quotes it works fine however that won't be very good for other users of my app :( Anyone know why this doesn't work?
I am looking for a way to move all files and subfolders within a given directory to somewhere else and after the movement delete the original folder. For example, suppose in current path, there is a folder called FOLDERA, I am trying to move all files and subfolders from FOLDERA to the current path and then remove FOLDERA, but I need to do this with a command line. I try MOVE command but I find that it can only move the files. Anyway to do that? Thanks.
This questions concerns mostly Unix/Linux style C++ development. I see that many C++ libraries store their header files in a "include" folder and source files in an "src" folder. For the sake of conformance I adopted this in my own code. But it is not clear to me whether this should be done for application code as well. I've seen a few cases where a flat directory structure is used for that. What would be the recommended approach?
Greeting,
I'm creating a video play with silverlight 4 and C#. the player is working fine when I set the path for the target folder using this line of code.
string FolderPath = this.Context.ApplicationInstance.Server.MapPath(@"~\Video\");
Now I want to place in C:\inetpub\wwwroot and I want to use the IP address of my IIS instead of the folder place.
please advice how to modify this line of code to target my IIS.
Thank you,
I want to delete a folder which contains the currently running application. How can i do it..? is there any way of doing it ? i.e the folder which contains the application should delete after the application has finished running ?