Top "Filenames" questions

Filenames are metadata about a file; a string used to uniquely identify a file stored on the file system of a computer.

Force Save as XLSM While Maintaining File Structure

So I am working with a XLTM file, and I want the user to make sure they save as XLSM. …

excel filenames before-save vba
for name in `ls` and filenames with spaces

next code doesnt work because of spaces in file names, How to fix? IFS = '\n' for name in `ls ` …

bash special-characters filenames
Validate a file name on Windows

public static boolean isValidName(String text) { Pattern pattern = Pattern.compile("^[^/./\\:*?\"<>|]+$"); Matcher matcher = pattern.matcher(text); boolean isMatch = matcher.…

java regex windows string filenames
C# - Easiest way to parse filename with spaces eg. "C:\Test\File with spaces.txt"

I am trying to pass a full file path to FFMPEG. C:\TestFolder\Input\Friends - Season 6 - Gag Reel.…

c# string filenames spaces
.htm or .html extension - which one is correct and what is different?

When I save a file with an .htm or .html extension, which one is correct and what is different?

html naming-conventions filenames
Preferred (or most common) file extension for a Python pickle

At times, I've seen .pickle, .pck, .pcl, and .db for files that contain Python pickles, but I am unsure what …

python rest filenames mime-types pickle
Splitting a file name into name,extension

I have the name of a file like this: name1.csv and I would like to extract two substrings of …

r split substring filenames
Applescript: Get filenames in folder without extension

I can get the names of all files in a folder by doing this: tell application "Finder" set myFiles to …

applescript filenames finder
Base64 Encoding safe for filenames?

Is Base64 encoding safe to use for filenames on Windows and Linux systems? From my research I have found that …

java hash encoding base64 filenames
How to deploy Node.js application with deep node_modules structure on Windows?

I've run into a curious issue - apparently some Node.js module have so deep folder hierarchies that Windows copy …

node.js windows deployment npm filenames