Top "Filepath" questions

File path, specifies a unique location in a file system.

Correct File Path within C# Console Application

Can someone please tell me how I can get the correct file path for the file data.xml? Here is …

c#-4.0 console-application relative-path filepath
git checkout error: unable to create file

While cloning a git repository from Linux to a Windows system, I am getting the following error in checkout the …

windows git filepath git-checkout
Efficiently convert backslash to forward slash in R

I am looking for an efficient way to convert back slash to forward slash in R. Sometime I copy the …

r escaping filepath
How may I store a file path in my program's app.config file?

I have written a C# program for saving and reading PDF files. The program saves the output files to the …

c# app-config filepath winapp
Remove filename from a URL/Path in java

How do I remove the file name from a URL or String? String os = System.getProperty("os.name").toLowerCase(); String …

java string filepath platform-independent
Load an image to UIImage from a file path to the asset library

Related to my previous question here. I have a path to an image in the asset library , for example: assets-library://…

objective-c ios uiimage assets filepath
What does \\?\ mean when prepended to a file path

I found a reference to a file in a log that had the following format: \\?\C:\Path\path\file.log …

windows filepath
Node npm windows file paths are too long to install packages

Situation I want to use gulp and related front-end tool chains in Windows-hosted development environments. I'm hitting a wall trying …

windows node.js npm filepath
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 …

filepath
How to check text file exists and is not empty in python

I wrote a script to read text file in python. Here is the code. parser = argparse.ArgumentParser(description='script') parser.…

python python-3.x filepath