Top "Filepath" questions

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

Visual Studio - Unit tests loading resources in the project

The goal is to run some tests given some data in those Xml files. How would you easily load a …

c# visual-studio unit-testing filepath
How can one get an absolute or normalized file path in .NET?

How can one with minimal effort (using some already existing facility, if possible) convert paths like c:\aaa\bbb\..\ccc …

.net filepath
What file path would I use with ng-include?

My angular project's path is like this web server.py ##flask server program app static app.js controllers.js etc... …

html angularjs filepath partials angularjs-ng-include
Command line passing quotes within quotes

I've been searching for a solution to this but couldn't find one. Not sure if its possible. Can I pass …

command-line parameter-passing filepath argument-passing double-quotes
Get absolute file path of FileField of a model instance in Django

I have a page where people can upload files to my server. I want to do something with the file …

django filepath absolute-path filefield
Get file size without using System.IO.FileInfo?

Is it possible to get the size of a file in C# without using System.IO.FileInfo at all? I …

c# filepath filesize fileinfo
Robot Framework - using relative paths to run tests from different directory variations

I am running into an issue with my Robot Framework test suites. I have a simple test structure like this: …

testing automated-tests relative-path filepath robotframework
Get filename and extension from filepath programmatically cocoa?

I know you can use NSBundle: NSString *filePath = [[NSBundle mainBundle] pathForResource:@"foo" ofType:@"rtf"]; to get the filepath of a …

cocoa nsstring filenames filepath nsbundle
How to get the path of app(without app.exe)?

I want to get the path of my app like: "\\ProgramFiles\\myApp", I try to use the following code: string …

c# windows-mobile compact-framework filepath