Tagged Questions
The loadfile tag has no wiki summary.
3
votes
2answers
423 views
Assembly file renaming and Assembly.LoadFile
So here is the situation:
I have an assembly called Lib1.dll. For some reason (not relevant to the question) I had to rename the assembly file name to Lib1New.dll, now while trying to load the ...
3
votes
2answers
2k views
How do you load a file into a variable in ant using the 'loadfile' task?
I'm trying the following and it doesn't seem to work.
<property name="file.configs.txt" value="" />
...
<target name="...">
<loadfile property="file.configs.txt" ...
2
votes
2answers
109 views
Obtain RGB value of image and potentially move image file in C#
I'm looking at doing a project in C# that looks at an image file not sure of extension yet, and notes the RGB value and if its too dark moves it to another folder for me to look at later
So here it ...
1
vote
1answer
813 views
MySQL LOAD_FILE returning NULL
I'm doing this SELECT LOAD_FILE("/home/user/domains/example.com/public_html/robots.txt") AS tmp FROM tmpTable but it returns NULL. How can I check if this is because I haven't got the FILE privilege ...
0
votes
1answer
56 views
Can't load-file
I have the file male_female.clj in the following directory on Windows:
C:\Documents and Settings\vreinpa\My Documents\Books\ProgrammingClojure\code\src\examples
Before starting the REPL, I switch ...
0
votes
6answers
190 views
“Could not find a part of the path” c# IIS deployment on production
I am loading an xml file from my applicatin:
XDocument.Load(HttpContext.Current.Server.MapPath("/") + "XMLMetadata\\Actions.1.xml");
In the dev environment it is working fine.
But After I deploy ...
0
votes
0answers
56 views
How to controll the js file loading order in extjs 3.x
one js file depends some other js files, though I put the dependent files ahead of it in the , but seems it loaded earlier then the dependencies, and some missing error was reported.
so how can i ...
0
votes
1answer
56 views
C# LoadFile font and formatting
how can i load a file in a c# app so that i can see it formatted
if i use
richTextBox2.LoadFile("a.txt", RichTextBoxStreamType.PlainText);
i did it with
textBox2.Text = File.ReadAllText("a.txt");
...
0
votes
2answers
611 views
wx.TextCtrl.LoadFile()
I am trying to display search result data quickly. I have all absolute file paths for files on my network drive(s) in a single, ~50MB text file. The python script makes a single pass over every line ...
-2
votes
1answer
644 views
Simple XML Load File not working - indeed.com api
I am using the indeed api to backfill my job postings when my results is null. I am not familiar with the api but i am having some difficulty getting the url to load based on my parameters.
<?php
...