Is it possible:
public static void DoThis(file aFile){ //Blah blah blah }
It depends on what you need to do :)
Options include:
That's right. If you have a link to a file in the calling method, you can do this.
, . ....
public static void DoThis(file aFile) { if ( aFile == null ) { // report error or whatever } //Blah blah blah }
, , - , - . , .
Source: https://habr.com/ru/post/1791271/More articles:Преобразование mpfr_t (или любого другого типа библиотеки произвольной точности) в __float128 - c++rewriting an additional query string using mod_rewrite - .htaccessIn Xul or javascript, is there a way to hide the mouse cursor? - javascriptSilverlight 3 - 4 Risk Analysis - .netWhat is needed to register custom classes in Qt? - qtASP.net Contact us - c #How to open a file when the file descriptor number is known? - c ++How to determine if a JDBC driver is type 4? - javaParsing RSS feeds for an Android application - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1791276/how-can-i-easily-make-specific-changes-to-my-local-webconfig-under-source-control&usg=ALkJrhg5ZD-0DYzS1Hct2YQo_TkBjfU2tQAll Articles