file path shortener c# -


so using streamreader class, , in spot address goes have @"s:\temporary shared space\project\boyscout3\data\full_pack.txt" colleague believes instead of typing out super long filename there short way of getting done. colleague believes can put in @"full_pack.txt*" , file names in computer has name. colleague crazy or actual thing?

my colleague believes instead of typing out super long filename there short way of getting done.

it depends on context executing program in. can use relative path make string shorter (and more flexible).

my colleague believes can put in @"full_pack.txt*" , file names in computer has name.

i don't know why added * unless using search method need remove character. "full_pack.txt" grab full_pack.txt current directory, wherever is.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -