0
votes
2answers
31 views
Playing a .wav sound file in JPanel/JFrame using Java (Swing)
I need some code example on how I would use a filepath from a harddrive location to then play a .wav sound file when opened in swing GUI.
I don't need it to show a play button, or pause or stop.
I …
1
vote
0answers
33 views
What is best way to convert a file URL to a BOOST filesystem path in C++?
Hello
I'm writing a library that has filenames as inputs. One feature that I'm trying to include is to allow the user to pass in file URLs or file paths, because sometimes the input is generated …
0
votes
2answers
23 views
PHP: include file relative to calling file NOT root file?
OK say I have a file called fileA.php in the same directory I have another file called fileB.php
so inside fileA there is this require_once('fileB.php') notice I did not specify a file path because …
0
votes
1answer
45 views
MSBuild ITaskItem RecursiveDir metadata disappears
I have a custom MSBuild task, which processes a set of files and returns a modified subset of this. Basically, I just create a new ITaskItem array out of the input, skipping some items.
However, the …
1
vote
7answers
72 views
Path separator for Windows and Unix
Is there any special character that cannot be a part of the path in Windows or Unix that I can use it as a separator?
1
vote
5answers
60 views
how to check a file path is an image or not in php?
Hi guys,
I have a table that stores file paths of images.documents,pdf etc... My query is
Select File_Paths from Uploads
Now how do I check whether the file path is image or not using PHP... If it …
0
votes
0answers
17 views
XAMPP file path slashes error
I tried using XAMPP on vista and gave up...I faced an issue with backslashes(widows uses forward slashes)..due to this none of my scripts could save any files to folders because the path would be like …
1
vote
0answers
38 views
Security problem with custom search provider for Windows 7
I built a search provider for Windows 7. (using .osdx file and RSS web site)
the element in the returned RSS contains local file path.
example: <link>c:\windows\win.ini</link>
The …
0
votes
2answers
186 views
How do I use a variable in a UNC path in powershell?
Hi All, and thanks in advacne for your help large or small.
A bit of a newbie to the powershell world and I'm trying to count the contents of a folder on a remote server.
I know that:
…
0
votes
2answers
86 views
How to append ‘\\?\’ to the front of a file path in Python
I'm trying to work with some long file paths (Windows) in Python and have come across some problems. After reading the question here, it looks as though I need to append '\\?\' to the front of my …
0
votes
3answers
99 views
Split File Path into Components in iPhone SDK
Is there a framework or a library that I could use to split a file path into its components in iPhone SDK? I know I could code it myself, but I don't want to reinvent the wheel.
1
vote
5answers
63 views
How does filepaths in php work?
Hi.
The problem is that I use the method file _ get _ contents("body.html") in a class that is in the same folder as body.html. The problem is that I get an error saying that the file could not be …
1
vote
4answers
3k views
How to Set SSIS package dynamic .mdb connection When Running Package from .NET Application
Hello,
I am currently working on a VB.NET desktop application that uses .mdb (Access) database files on the backend. The .mdb files are opened and edited in the VB.NET app. Once editing is …
1
vote
3answers
228 views
Visual Studio - Unit tests loading resources in the project
Consider a VS Test project looking like this:
The goal is to run some tests given some data in those Xml files.
How would you easily load a given Xml file into an XmlDoc within the unit test …
1
vote
3answers
353 views
UTF8 Filenames in PHP and Different Unicode Encodings
I have a file containing Unicode characters on a server running linux. If I SSH into the server and use tab-completion to navigate to the file/folder containing unicode characters I have no problem …
